Duplicates
Latest version
Current behavior 😯
Please check the demo, if the TextFieldElement or SelectElement is ever switched to required, it will always be required even if the required state is switched back to false.
Expected behavior 🤔
The required state of the form field should correspond to the real state passed from the required attribute.
Duplicates
Latest version
Current behavior 😯
Please check the demo, if the
TextFieldElementorSelectElementis ever switched to required, it will always be required even if the required state is switched back to false.Expected behavior 🤔
The
requiredstate of the form field should correspond to the real state passed from therequiredattribute.