-
Notifications
You must be signed in to change notification settings - Fork 467
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
Containers "clear" button clear all the fields #23457
Comments
zulqarnainvd
added a commit
that referenced
this issue
Dec 2, 2022
zulqarnainvd
added a commit
that referenced
this issue
Dec 7, 2022
zulqarnainvd
added a commit
that referenced
this issue
Dec 7, 2022
zulqarnainvd
added a commit
that referenced
this issue
Dec 8, 2022
fmontes
added a commit
that referenced
this issue
Dec 13, 2022
* #23335 add values as form control * #23335 change archictecture of dot-container-code component * #23335 add test cases * #23335 update test cases and changes according to PR * #23335 update test case * #23335 update test cases and remove global message * #23457 clear only content type and code field * #23335 fixed errors and add test case * #23457 add test case and working on save button issue * #23457 add test case and fixed save btn issue * #23457 update test cases * #23457 add doc * #23457 fix broken API link and refactor code according to PR * refactor code Co-authored-by: Freddy Montes <751424+fmontes@users.noreply.github.com>
Clear the input to 0 as well. |
zulqarnainvd
added a commit
that referenced
this issue
Dec 14, 2022
fmontes
pushed a commit
that referenced
this issue
Dec 14, 2022
INTERNAL QA: PASSED
After clicking the |
jcastro-dotcms
added
Needs QA
QA : Passed Internal
and removed
QA : Needs Internal
labels
Dec 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When you have custom content type, preloop and postloop, and you click the "clear" button is clearing ALL THE FORM.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should only clear pre-postloop and code and tabs, the name, description should not be cleared.
Acceptance criteria
The text was updated successfully, but these errors were encountered: