mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 18:07:50 -06:00
feat: Implement new tag form field
This commit is contained in:
@@ -194,9 +194,12 @@ class _DocumentFilterFormState extends State<DocumentFilterForm> {
|
||||
|
||||
Widget _buildTagsFormField() {
|
||||
return TagQueryFormField(
|
||||
allowExclude: false,
|
||||
options: widget.tags,
|
||||
name: DocumentModel.tagsKey,
|
||||
initialValue: widget.initialFilter.tags,
|
||||
allowOnlySelection: false,
|
||||
allowCreation: false,
|
||||
);
|
||||
return TagFormField(
|
||||
name: DocumentModel.tagsKey,
|
||||
|
||||
Reference in New Issue
Block a user