projectcaluma / ember-caluma

Ember.js addons for Caluma
https://docs.caluma.io/ember-caluma/
GNU Lesser General Public License v3.0
18 stars 22 forks source link

Form: allow resetting of selected value in choice questions #2542

Closed czosel closed 8 months ago

czosel commented 10 months ago

Currently, it is not possible to remove a previous selection of choice questions. Especially for optional choice questions this can be annoying, because there is no way to undo an accidental click. One way we could solve this is by adding a "Reset" button below the question, which could be displayed as a link (to be unobstrusive):

image

We should display the reset button only for optional questions, and only after a selection has been made (to be even less obstrusive).

StephanH90 commented 8 months ago

has been implemented: https://github.com/projectcaluma/ember-caluma/pull/2549