flatironinstitute / mcmc-monitor

Monitor MCMC runs in the browser
Other
35 stars 0 forks source link

Make export textbox explicitly read-only #42

Closed jsoules closed 1 year ago

jsoules commented 1 year ago

Currently generates a warning in console:

Warning: You provided a value prop to a form field without an onChange handler. This will render a read-only field. If the field should be mutable use defaultValue. Otherwise, set either onChange or readOnly.

This is a trivial fix, the issue is only for documentation & to confirm that the field isn't supposed to be editable. (In case someone wants to do some format cleanup before exporting or something, not that it'd be a good idea.)