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
in the DropdownView (line 688) there are some hard-coded styles for the dropdown menu. Would it be possible to remove these so that I can overwrite these styles via CSS or in the template.
In my case I don't want the suggestionChild to wrap, so I prefer whiteSpace: "nowrap" for these, but I can apply my own style only if I remove the corresponding line from the JS file.
Regards
Manuel
The text was updated successfully, but these errors were encountered:
Hi,
in the DropdownView (line 688) there are some hard-coded styles for the dropdown menu. Would it be possible to remove these so that I can overwrite these styles via CSS or in the template.
In my case I don't want the suggestionChild to wrap, so I prefer whiteSpace: "nowrap" for these, but I can apply my own style only if I remove the corresponding line from the JS file.
Regards
Manuel
The text was updated successfully, but these errors were encountered: