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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
It would be great if I could define configuration (e.g. value, valid and invalid callbacks) for individual fields.
This would be especially helpful when mixing vanilla form elements with things like yields/select or other highly interactive components. (that don't expose a .value() method)
The text was updated successfully, but these errors were encountered:
nice, yeah im down. i think it would just involve wrapping the current field adapter setting in clone and then exposing the same functions on the fields to as is on the form. happy to merge it in
It would be great if I could define configuration (e.g.
value
,valid
andinvalid
callbacks) for individual fields.This would be especially helpful when mixing vanilla form elements with things like yields/select or other highly interactive components. (that don't expose a
.value()
method)The text was updated successfully, but these errors were encountered: