mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 22:53:57 +00:00
a little cleanup w/ burnettk
This commit is contained in:
parent
7e2b4724b5
commit
80ab47aeff
@ -10,7 +10,6 @@ interface typeaheadArgs {
|
||||
uiSchema?: any;
|
||||
disabled?: boolean;
|
||||
readonly?: boolean;
|
||||
required?: boolean;
|
||||
rawErrors?: any;
|
||||
}
|
||||
|
||||
@ -20,7 +19,6 @@ export default function TypeaheadWidget({
|
||||
options: { category, itemFormat },
|
||||
value,
|
||||
uiSchema,
|
||||
required,
|
||||
disabled,
|
||||
readonly,
|
||||
rawErrors = [],
|
||||
@ -96,7 +94,6 @@ export default function TypeaheadWidget({
|
||||
placeholder={`Start typing to search for ${category}...`}
|
||||
selectedItem={selectedItem}
|
||||
helperText={helperText}
|
||||
required={required}
|
||||
disabled={disabled}
|
||||
readOnly={readonly}
|
||||
invalid={invalid}
|
||||
|
Loading…
x
Reference in New Issue
Block a user