Skip to main content
added python and flask tags
Link

In FlaskAdmin, how do I disable a set of fields so that they cannot be edited if a checkbox is not ticked.? For instance, here if enabled is not checked, I would like to gray out the other fields so that they cannot be edited.

Screenshot: screenshotenter image description here

In FlaskAdmin, how do I disable a set of fields so that they cannot be edited if a checkbox is not ticked. For instance, here if enabled is not checked, I would like to gray out the other fields so that they cannot be edited.

screenshot

In FlaskAdmin, how do I disable a set of fields so that they cannot be edited if a checkbox is not ticked? For instance, here if enabled is not checked, I would like to gray out the other fields so that they cannot be edited.

Screenshot: enter image description here

Source Link

Disable fields if checkbox not ticked

In FlaskAdmin, how do I disable a set of fields so that they cannot be edited if a checkbox is not ticked. For instance, here if enabled is not checked, I would like to gray out the other fields so that they cannot be edited.

screenshot