ZEISS/precise-ui

Add props for TagBuilder and Autocomplete to AutocompleteTagBuilder

Saladinek opened this issue · 1 comments

New Feature Proposal

Description

AutocompleteTagBuilder should provide all possible props as TagBuilder and Autocomplete.

Background

An example would be tagRenderer prop. In TagBuilder user can define the looks of created tags. With AutocompleteTagBuilder this is not the case, as the prop is not available.

Due to Autocomplete using TagBuilder as custom inputRenderer, many of the missing props can not be used. From my search the only possible props to add without changing the components themselves(Autocomplete, TagBuilder) and the prop working are borderless and tagRenderer