Appearance
Selectors
useField()
uses those methods under the hood and if you're not ok with how useField works you can use those ones to combine your own useField. Most of them call useStoreMap with field path as key
useDirty
- returns boolean dirty stateuseValue
- returns current values for a fielduseErrors
- returns field errorsuseFocused
- returns if field is focuseduseTouched
- returns if field is toucheduseSubmitted
- returns if parent for is submitteduseExternalErrors
- returns external errors associated with the field