Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard glitches #14

Open
nickolasrm opened this issue Jan 19, 2023 · 1 comment
Open

Dashboard glitches #14

nickolasrm opened this issue Jan 19, 2023 · 1 comment
Assignees
Labels
bugfix Bug fix problem low-prior Low priority task
Milestone

Comments

@nickolasrm
Copy link
Collaborator

nickolasrm commented Jan 19, 2023

AdminJs components trigger their update whenever we fire an action such as focus and unfocusing an element. The custom component conditional_property was designed to make the field invisible according to another field's value. it has been done because of the node descriptors.

The problem with this component is that if any updates happen, it glitches the entire form and then makes conditional field visible/invisible again. it seems like a React state update problem.

Fix this problem by making it not glitch, and still keep its intended functionality

@nickolasrm nickolasrm added the bugfix Bug fix problem label Jan 19, 2023
@nickolasrm nickolasrm added the low-prior Low priority task label Jan 19, 2023
@nickolasrm
Copy link
Collaborator Author

Adicionei os dois pois o @deiveria será o responsável, mas o @cesarzxk tem mais experiência com React, então auxiliaria ele em caso de necessidade

@nickolasrm nickolasrm added this to the v0.2 milestone Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bug fix problem low-prior Low priority task
Projects
None yet
Development

No branches or pull requests

3 participants