mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 14:18:40 +00:00
c5033db336
Currently uses uncontrolled inputs with a `defaultValue` attribute set to the values passed in via props. The input can then be edited, and when `Enter` is pressed, it updates the stored value state. Later, this can be updated to be trigger with `Tab` or clicking outside the active input element.