Dropdown Widget

0
I am using dropdown widget in that all the enumeration values are reflecting with an empty text in field. I want to remove that empty text from there how can I do that ?
asked
3 answers
1

When you are not bound to a dropdown, and could use a radio button instead;

The radio button doesn’t show the empty value out of the box

answered
0

Hi Neha,

 Use this custom widget this may help you. This widget will allow you to fully customize the bahaviour of the dropdown widge. 

https://marketplace.mendix.com/link/component/117326

answered
0

You could tweak it with some css to not display the empty option at the top. Do note that this is default Mendix behavior and maybe useful in some cases. If you want to target a specific dropdown widget wrap it with a custom class and assign styling to it. 

Take a look at styling documentation in Mx 8:

https://docs.mendix.com/howto8/front-end/calypso

Some references from other forum post: https://forum.mendix.com/link/questions/107349

answered