You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FEATURE] `isValid` adds the `isValidClass`
### Why?
I wanted to have the option of adding a special class when a field was
valid
### How does this resolve the issue?
This code adds an `isValid` property that is passed down to our
displays. When isValid is true, FM2000 adds the `is-valid` class to the
field container
[FIX] onFocus and onBlur events
### Why?
It’s handy to have these types of events available for our users
### How does this resolve the issue?
We are now sending up onBlur and onFocus actions, and are passing the
event and context of the widget as well.