rpsychologist / rpsychologist-com

Source code for https://rpsychologist.com

Home Page:https://rpsychologist.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[viz-theme] Unintuitive submit behavior of settings input field

rpsychologist opened this issue · comments

The behavior of gatsby-theme-rpsych-viz/src/components/SettingsInput.js is unintuitive. Currently any new values need to be submitted by hitting enter - which many users miss.

Possible solutions:

  • auto-submit any changes. This behavior was used previously, but it was also annoying.
  • auto-submit but debounce while users type
  • add label under the field to "hit enter to submit" if there's unsubmitted changes
  • add a clear submit button that will submit all fields, and clearly show if there's unsubmitted fields