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

Improve JmixMultiSelectComboBox doc

Open Flaurite opened this issue 9 months ago • 0 comments

Description

Original page: https://docs.jmix.io/jmix/flow-ui/vc/components/multiSelectComboBox.html

  1. Add attributes:
    • ariaLabel
    • ariaLabelledBy
    • autoExpand
    • css
    • focusShortcut
    • overlayClass
    • pageSize
    • requiredMessage
    • selectItemsOnTop
  2. Remove attributes:
    • invalid
    • requiredIndicatorVisible
  3. Add handlers
    • itemsFetchCallback (and a usage example)
    • renderer (and a usage example)
  4. Add elements:
    • itemsQuery (and a usage example)

Flaurite avatar May 02 '24 13:05 Flaurite