Files
directus/app/src/views
Oreille c8d35a311d Hide filter input when filter operator is null/nnull. (#7515)
* Don't allow `empty` filter for non-string types. Add `null` filter.

* Hide filter input when filter operator is null/nnull.

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-20 14:05:19 +00:00
..
2021-07-15 18:01:30 +00:00
2021-05-04 18:52:08 -04:00

Views

Views are the top-level parent component that are used in all modules. Directus will only have two Views for the foreseeable future: public and private for non-authenticated and authenticated routes respectively.

Table of Contents