jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Improve PropertyFilter doc

Open glebfox opened this issue 9 months ago • 0 comments

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/propertyFilter.html

  1. Add example + screenshot for operationEditable="true", e.g. Ui Samples
  2. 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>
Screenshot 2024-05-02 at 11 42 48
  1. Add description for support of KeyValueCollectionContainer, e.g. Ui Samples and classic doc
  2. Mention that PropertyFilter works with Dynamic Attributes (see classic doc)
  3. Add css, ariaLabel, ariaLabelBy, focusShortcut common attributes
  4. Remove requiredIndicatorVisible

glebfox avatar May 02 '24 07:05 glebfox