code0-tech/pictor

Select component

Closed this issue · 0 comments

The select component should wrap the already implemented Menu component and extend it by introducing a SelectOption component to parse in options that can be selected.

<Select {...props}>
    <Select.Option>option</Select.Option>
</Select>

The design of the select component should be similar to the Input component and should also introduce the possibility of parsing in a description, label, error or success message and some general configurations for checking

The general functionality like disabling and so on, should also be implemented

Please note that the interface of the Menu may change in the future and therefore some features and props need to be reimplemented.