mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Remove typeahead library
This commit is contained in:
@ -187,6 +187,7 @@ class APIFormField {
|
||||
label: label,
|
||||
hint: helpText,
|
||||
onChanged: null,
|
||||
autoFocusSearchBox: true,
|
||||
showClearButton: !required,
|
||||
itemAsString: (dynamic item) {
|
||||
return item['display_name'];
|
||||
|
Reference in New Issue
Block a user