mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Remove typeahead library
This commit is contained in:
parent
978cefd6bf
commit
08eb6fc4b1
6 changed files with 71 additions and 85 deletions
|
|
@ -187,6 +187,7 @@ class APIFormField {
|
|||
label: label,
|
||||
hint: helpText,
|
||||
onChanged: null,
|
||||
autoFocusSearchBox: true,
|
||||
showClearButton: !required,
|
||||
itemAsString: (dynamic item) {
|
||||
return item['display_name'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue