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
I'd like to be able to define that a form element have its own id or class in the schema so it can be styled by CSS upon rendering. Is this functionality already included?
I'd like to be able to define that a form element have its own
id
orclass
in the schema so it can be styled by CSS upon rendering. Is this functionality already included?This would be similar to how https://github.com/vue-json-schema/form-schema has an
attrs
object for each input that lets HTML attributes be added, like name, id, class, max, min, etc.The text was updated successfully, but these errors were encountered: