attrs
Essentially any normal html attributes
// Normal HTML attributes
data() {
return {
uiSchema: [{
component: 'div',
fieldOptions: {
attrs: {
id: 'foo',
placeholder: 'bar'
}
}
}]
}
}
Last updated