Fix linter warnings

This commit is contained in:
Gabe Kangas
2022-08-15 17:49:15 -07:00
parent 5eb467d4de
commit 1f4493aaf9
3 changed files with 22 additions and 3 deletions

View File

@@ -165,6 +165,11 @@ TextField.defaultProps = {
tip: '',
type: TEXTFIELD_TYPE_TEXT,
value: '',
pattern: '',
useTrim: false,
useTrimLead: false,
onSubmit: () => {},
onBlur: () => {},
onChange: () => {},