justinmind-logo
 
Upvote 1

Please add empty field validation when user clicks "+" (provide tool tip message))

In Progress Npydi7234 3 years ago

/2d8223ebbe105deab37ff4dbdf40d6e9

Replies (1)
photo
1

Are you referring to the ability to add empty values to a select list/dropdown? If so, we actually have it this way and allow users to do this on purpose, so they can have an empty state in their dropdowns. If you're referring to a conditional validation check in the prototype itself (like showing an error message if a user doesn't select anything from the dropdown): you can create an "On Focus Out" + "Show" event that will show an error message. Then, for that event, create a condition that is When... [dropdown element] = [empty]

461dd4c258dd87db4fe734160e5194ba

And then create an "Else" event that will hide the error message.

Leave a Comment
 
Attach a file