directus-conditional-fields icon indicating copy to clipboard operation
directus-conditional-fields copied to clipboard

Simple Directus Extension that allows conditionally showing or hiding fields.

Results 5 directus-conditional-fields issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/570545/110648815-b927da00-81c1-11eb-9ab1-556a6da8e6ee.png)

macOS Big Sur (M1) Directus 9.0.0-rc.61 PG 12 Node v15.14.0 -- I've setup a very simple test of this conditional-fields extension. One toggle that _should_ show/hide a text field. It's...

With this fix it's possible to show and hide m2m fields. Keep in mind: instead of the field-name one has to put into the JSON the fieldnames of the relational...

When running npm install on this project I get two sever vulnerabilities for Remote Code Execution in the "pug" and the "pug-code-gen" dependencies. https://npmjs.com/advisories/1643 https://npmjs.com/advisories/1644 This issue is resolved by...

This allows to only configure either a hide or show for conditions without having to provide an empty array.