Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes include: • fix handling of input triggers provided as first child to a dropdown component when only the direct input or textarea is provided with no wrapper elements • breaking change: add props.allowCreate as an explicit option for any dropdown with an input/textarea trigger to allow the user to submit a new item not amongst the dropdown’s items; previously, this behavior was implicitly activated when providing an input trigger as the first child to a Dropdown, which was not a discoverable behavior and too inflexible and generally a bad implementation
- Loading branch information