Tried to remove spellcheck, wasn't successful
This commit is contained in:
parent
14302695ab
commit
c298c42d3f
|
@ -42,6 +42,7 @@ module FieldText = {
|
||||||
<Antd.Form.Item label={label |> R.ste}>
|
<Antd.Form.Item label={label |> R.ste}>
|
||||||
<Antd.Input.TextArea
|
<Antd.Input.TextArea
|
||||||
value
|
value
|
||||||
|
spellcheck=false
|
||||||
autosize=true
|
autosize=true
|
||||||
onChange={BsReform.Helpers.handleChange(handleChange)}
|
onChange={BsReform.Helpers.handleChange(handleChange)}
|
||||||
onBlur={_ => validate()}
|
onBlur={_ => validate()}
|
||||||
|
|
|
@ -81,6 +81,7 @@ module MathAdtToDistDst = {
|
||||||
Ok(`Symbol(sym));
|
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 = {
|
module MathAdtCleaner = {
|
||||||
let transformWithSymbol = (f: float, s: string) =>
|
let transformWithSymbol = (f: float, s: string) =>
|
||||||
switch (s) {
|
switch (s) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user