sampaiodiego / rocket.chat.app-poll

Rocket.Chat App for creating polls.
MIT License
50 stars 39 forks source link

Incorrect error message rendering for unfilled options #37

Closed ashwaniYDV closed 4 years ago

ashwaniYDV commented 4 years ago

Description

Case: 1 If option1 is left empty and option2 is filled then error message should be on option1 input tag and not on option2 input tag.

Case: 2 If option1 and option2 are left empty and some other options are filled then error message should be on option1 input tag and not on option2 input tag.

11