Skip to content

Conditionally show/hide buttons #440

@sanyam

Description

@sanyam

Please fill out these Check-boxes

  • I checked for existing similar feature requests
  • I have read the docs and checked that the feature I am requesting is not already implemented
  • My feature request consists of only one feature

Is your Feature Request related to a Problem or Annoyance?

No response

Describe the Feature you'd like

Is it possible to somehow show/hide buttons depending on the current value one of the properties?
I am trying to make something like the workflow in Jira. So, depending on the status of the current tasks, i want the some buttons with the possible next statuses are shown.
Something like:

property status = Backlog -> the button "InProgress" is shown
property status = InProgress -> the buttons "Backlog" and "Done" are shown
and etc.

somekind of conditional show/hide for the button

Alternatives

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions