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(autocomplete): validate prop not working after hovering (#4452)
* fix(autocomplete): validate prop not working after hovering
* test(autocomplete): validate prop function should work after hover
* chore(changeset): fixed autocomplete validate not working after hover
* chore(autocomplete): minor comment change
// this test is to cover a case where hovering over the combobox causes the validation from use-input to overwrite the validation from use-autocomplete if not handled properly
787
+
// this causes the first form submit after initial render to always succeed even if the validate function returns an error
788
+
it("should work with validate after hovering",async()=>{
0 commit comments