Tried to remove spellcheck, wasn't successful

This commit is contained in:
Ozzie Gooen 2020-08-10 11:30:19 +01:00
parent 14302695ab
commit c298c42d3f
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ module FieldText = {
<Antd.Form.Item label={label |> R.ste}>
<Antd.Input.TextArea
value
spellcheck=false
autosize=true
onChange={BsReform.Helpers.handleChange(handleChange)}
onBlur={_ => validate()}

View File

@ -81,6 +81,7 @@ module MathAdtToDistDst = {
Ok(`Symbol(sym));
};
// TODO: This only works on the top level, which needs to be refactored. Also, I think functions don't need to be done like this anymore.
module MathAdtCleaner = {
let transformWithSymbol = (f: float, s: string) =>
switch (s) {