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
For legacy, do you already have something in mind ?
If I keep both parameters (key, newStatus) the field-component-behaviour._wrappedOnChange will still truncate the newStatus.
I propose for legacy to pass to onChange an object with both keys { key, newStatus }. What do you think ?
Current behaviour
While using a fieldFor, the onChange of the selectCheckBox returns the key of the element that was changed.
Expected behaviour
The onChange should return an object containing the key and the newStatus of the key. Even better, if it returned a table of the selected keys.
Versions
Focus-core: 2.1.1
Focus-components: #add-rgaa-updated
The text was updated successfully, but these errors were encountered: