- jComponent
v19|v20
Configuration:
required {Boolean}
(optional) enables "required" (default:false
)items {String}
(optional) static itemskey1|value1, key2 with value, key3|value
icon {String}
(optional) icon for label e.g.home
,cog
, etc.label {String}
(optional) label (default is HTML content)type {String}
(optional) can benumber
(convertsString
values toNumber
)datasource {String}
path to data-source (must be array)text {String}
determines a property name for text (in data-source), default:name
value {String}
determines a property name for value (in data-source) default:id
empty {String}
(optional) adds an empty fielddisabled {Boolean}
(optional) disables this componentif {String}
(optional) arrow function as a condition for filtering of datasource, example:if:n => !n.removed
- Peter Širka petersirka@gmail.com
- License