dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Chip typeahead alignment is broken #1728

Closed tomdye closed 3 years ago

tomdye commented 3 years ago

Bug

Recent changes to the leading / trailing properties of TextInput mean that the ChipTypeahead chips now get rendered wrapped within a span by the TextInput it is using whereas before they were rendered at the same level as the input. This is causing them to render behind the input and thus makes the chips unclickable so you cannot remove them. It also means that the chips no longer wrap around to the next line when they get to the end of the input.

Screenshot 2021-04-09 at 11 03 04 Screenshot 2021-04-09 at 11 04 12

The text input change that introduced this bug is here