jmix-docs
jmix-docs copied to clipboard
Improve PropertyFilter doc
Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/propertyFilter.html
- Add example + screenshot for
operationEditable="true"
, e.g. Ui Samples - Add example + screenshot for custom field, e.g.
<propertyFilter id="nameFilter"
dataLoader="clientsDl" property="name"
operation="CONTAINS"
labelVisible="false"
width="100%" maxWidth="30em">
<textField id="nameFilterField"
placeholder="Fiend a client..."
clearButtonVisible="true">
<prefix>
<icon icon="SEARCH"/>
</prefix>
</textField>
</propertyFilter>
- Add description for support of
KeyValueCollectionContainer
, e.g. Ui Samples and classic doc - Mention that PropertyFilter works with Dynamic Attributes (see classic doc)
- Add
css
,ariaLabel
,ariaLabelBy
,focusShortcut
common attributes - Remove
requiredIndicatorVisible