Conditional Field in Form

Hi, I want to implement a conditional field in the create/edit form but can’t seem to find how to, or if it’s even possible.

I have a Categories table with a column isParent (TinyInt) and another column categoryParent, which is a relationship to the same table.

Expected behavior

In a dropdown only display categories not having a parent category. If a parent category is selected, then display another dropdown with the selected parent category’s sub-categories.

Actual behavior

All categories (parent categories and sub-categories) in the same dropdown.

Context

Please provide any relevant information about your setup.

  • Database Dialect: MySQL

Hi @daweido,

This is not possible.

This is not possible.

I apologize for this, but can tell you we are 100% aware of it. In fact, we have precise plans to make it easily achievable in our short/mid term roadmap.

Please bear with us. You will hear from us as soon as it’s available!

3 Likes