Hi everyone
I think its not that hard but I cant figure out how to make fit all the text in the dropdown without having to scrolling horizontaly.
Thx guys
Hi everyone
I think its not that hard but I cant figure out how to make fit all the text in the dropdown without having to scrolling horizontaly.
Thx guys
Inside of dropdownOptionStyle add:
{
"classes": "",
"whiteSpace": "normal"
}
Thx