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
fix(form-state): explicitly handle when state is set to empty string. fixes#2166 (#2167)
* fix(form-state): explicitly handle when state is set to empty string
state was inadvertently being flagged as valid (true) when state was set to an empty string.
fixes#2166
* test for state=""
* Update form-state.js
* Update form-state.js
* Update form-input.spec.js
0 commit comments