Skip to content

`UAutoField` new property `forceCmp`

Pavlo Mashliakovskiy requested to merge feature/UAutoFieldCmpOverride into master

new property UAutoField.forceCmp

If defined then specified component will be used instead of default what based on attribute type. For example <u-auto-field attribute-name="bool_attr" force-cmp="el-switch" />

will create an el-switch instead of el-checkbox (default cmp for Boolean)

Merge request reports

Loading