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.Input.TextArea
|
||||
value
|
||||
spellcheck=false
|
||||
autosize=true
|
||||
onChange={BsReform.Helpers.handleChange(handleChange)}
|
||||
onBlur={_ => validate()}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user