Closed muhimasri closed 3 years ago
There is no way for the user to add any of the Bootstrap element's props or attributes.
Solution - to enable adding props through the fields object. Example:
fields
{ key: "name", label: "Name", type: "text", props: {...} }
This is fixed with release v0.1.0-beta.9
There is no way for the user to add any of the Bootstrap element's props or attributes.
Solution - to enable adding props through the
fields
object. Example:{ key: "name", label: "Name", type: "text", props: {...} }