Custom dropdown widget allows to add highly customizable dropdown widget in your projects. Features includes Search on list data, Network search, Multi-selection and many more.
Hey @kadirgulluoglu
You can achieve this behaviour under form validation. Using the validator property, you can check if the dropdown value is null. If so, show the alert to the user.
I want to send an alert if the user has not selected any item, how can I do that?