Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
124 stars 50 forks source link

"Other…" option does not respect limit #295

Open LeaVerou opened 11 months ago

LeaVerou commented 11 months ago

In checkbox questions, limit: N allows participants to select up to N items. However, if allowOther is true, this allows participants to bypass the limit:

Unchecked Checked
image image
SachaG commented 11 months ago

They can only bypass it with the "other…" option right? If so that's the intended behavior.

Or are you saying if you click "other…" you can actually select more than N predefined options as well?

eric-burel commented 9 months ago

After testing clicking other let's you pick 4 elements, which can be weird The thing is that in this case it's more a "Suggest other" than "other" in the sense that it's not your 3rd choice but more a suggestion Could be clarified with a specific label but I think it's ok to leave it as is?