JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › ComboBox › setting with of comboBox › Reply To: setting with of comboBox
February 9, 2021 at 5:07 pm
#101465
edwardsmarkf
Member
https://codepen.io/edwardsmarkf/pen/zYoqeoY
sorry, i am not explaining myself properly. let me please try again.
my placeholder is defined like this:
Please select whatever coffee you want to drink
but my placeholder value is being truncated:
Please select whatever coffee you want…
the only solution i see is doing something like this:
window.onload = () => { document.getElementsByTagName('DIV')[0].style.width='600px'; }
i am hoping that you have a better solution.