Select Component

    Select

    provides a capability to select one of the passed items.

    This Component build on React Select you can look to his docs for more props options

    Usage

    import Select from '@paljs/ui/Select';

    If you want to use it as the multi-select control you have to mark it as multiple. In this case, Select will work only with arrays - accept arrays and propagate arrays.

      Normal Select with Clean label just pass option with no value
      Status
      multiple Select
      Select multiple

      two additional style types - outline:

        Status
        Info
        Success
        Danger
        Primary
        Warning
        Control
        Basic

        Select is available in different shapes, that could be combined with the other properties:

          Shape
          Rectangle
          SemiRound
          Round