Skip to content

Fieldtype files: setting search to false does not hide search #8053

@fschroiff

Description

@fschroiff

Description

Files field docs say the following:

The files picker shows a search field by default. If you want to remove it, you can switch it off with the search option

Using the example code the search does not get hidden.

fields:
  files:
    type: files
    label: Select an item
    search: false

Expected behavior

Setting search: false on a files field should disable the search, like described in the docs.

To reproduce

  1. Create files field with example code
  2. add files
  3. open file picker

Your setup

Kirby Version
5.3.3

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions