bitrise-io/bitrise-workflow-editor

Please disable autocorrect in text fields

iamcam opened this issue · 0 comments

I think it goes without saying - when writing scripts and things that are generally meaningful to a machine with case-sensitive inputs, it's problematic when text input fields have autocorrect enabled.

For example, every time I type /some/path/ios/ in a text field or textarea, it gets autocorrected to /some/path/iOS/... sometimes I notice and sometimes I forget to double-check. It should take what I type exactly as I type it.

The script editor step is notorious, but there are numerous fields across the workflow editor where this is an issue.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck for more information

Thanks!