`->in()` validation doesn't seem to work with Select
From what I can tell, the
->in()
validation doesn't work with select, unless there are "changes."
So if you open a form and the select input already has an option, this will mean there are no changes and in()
will fail. You have to reselect your option by clicking a different one, then the original again. This seems to defeat the purpose of in()
validation
0 Replies