You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to give the items in the TypeAheadField a border radius, the inbult InkWell of the material defaults will draw outside of the border radius, as they themselves have no border radius.
The text was updated successfully, but these errors were encountered:
clragon
changed the title
Setting border radius doesn't work for suggestion items in itemBuilder
Cannot apply border to InkWell in material defaults
May 26, 2024
I have this issue as well. It's a minor issue, but it's a visual annoyance since the border of the suggestions dropdown widget is rounded, but the border of the individual items' inkwells is square, so the inkwell goes outside the bounds of the dropdown.
When trying to give the items in the
TypeAheadField
a border radius, the inbultInkWell
of the material defaults will draw outside of the border radius, as they themselves have no border radius.The text was updated successfully, but these errors were encountered: