Giter Club home page Giter Club logo

directus-conditional-fields's Introduction

Directus Conditional Fields

Simple Directus Extension that allows conditionally showing or hiding fields.

Status: This project is archived. You shouldn't need this anymore, as directus v9 now includes this feature!

Example

example.gif

Configuration used for the example:

[
    {
        "toggle": "global",
        "conditions": [
            {
                "value": true,
                "show": [
                    "imageglobal"
                ],
                "hide": [
                    "imagemobile",
                    "imagetablet",
                    "imagedesktop"
                ]
            },
            {
                "value": false,
                "hide": [
                    "imageglobal"
                ],
                "show": [
                    "imagemobile",
                    "imagetablet",
                    "imagedesktop"
                ]
            }
        ]
    }
]

Usage

  1. Build it via npm run build
  2. Copy dist/index.js to /directus/extensions/interfaces/conditional-fields/ (or whereever your extension folder is)
  3. Add a new json field to your collection and select the Conditional Fields interface
  4. Enter your conditions in the json input field
  5. Optionally enable debug mode to see why your conditions don't work as expected, it will print stuff to your browser console

Configuration

The Conditions field expects an array of objects. Each of these objects expect a toggle, which is the name of the field which should toggle other fields, and an array of conditions.
These conditions have a value. If the value of the toggle is equal to the value of the condition, the condition will be executed.
The also have hide and show arrays, these contain field names of the fields that should be shown or hidden.

Note

This repo is a mirror of some internal repo at work. It might not always be up to date. If something is wrong, open an issue and ill make sure this repo is up to date with what I use...

Hopefully directus will have extensions via npm sometime, then I can make this the leading repo and use the npm packet at work too :)

directus-conditional-fields's People

Contributors

minidigger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

directus-conditional-fields's Issues

Extension throws errors and doesn't show/hide fields in simple test

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 not working. When I'm about to update an item in the collection I get the following error immediately.

Vue warn]: Invalid prop: type check failed for prop "conditions". Expected , got Array 

found in

---> <InterfaceGoConditionalFields>
       <FormFieldInterface> at src/components/v-form/form-field-interface.vue
         <FormField> at src/components/v-form/form-field.vue
           <VForm> at src/components/v-form/v-form.vue
             <PrivateView> at src/views/private/private-view.vue
               <CollectionsItem> at src/modules/collections/routes/item.vue
                 <App> at src/app.vue
                   <Root>

Nothing happens with the fields when clicking the toggle. More errors:

[Vue warn]: Error in callback for watcher "$parent.$parent.$parent.values": "TypeError: Cannot read property 'forEach' of undefined"

found in

---> <InterfaceGoConditionalFields>
       <FormFieldInterface> at src/components/v-form/form-field-interface.vue
         <FormField> at src/components/v-form/form-field.vue
           <VForm> at src/components/v-form/v-form.vue
             <PrivateView> at src/views/private/private-view.vue
               <CollectionsItem> at src/modules/collections/routes/item.vue
                 <App> at src/app.vue
                   <Root>

Any known issues with this extension?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.