Closed
Description
I did:
- Search for if my issue has already been submitted
- Make sure I'm reporting something precise that needs to be fixed
- Give my issue a descriptive and concise title
- Create a minimal working example on JsFiddle or Codepen
(or gave a link to a demo on the Selectize docs) - Indicate precise steps to reproduce in numbers and the result,
like below
When loading selectize select inside a table, the table automatically reduces the cell width to the miminum possible squeezing selectize. When you open dropdown, the options are illegible - the first 3-4 characters can be read and the rest are hidden.
Steps to reproduce:
- Create a table with 20 columns
- Add a select to the header of a few columns with a few values
- View the dropdown options after selectize applied
Fiddle: https://jsfiddle.net/csjqaf3m/
Expected result:
Actual result:
These columns cannot have fixed widths because the data loaded into the varies - Just need the dropdown to be set to the width of its content