When creating a new dynamic input. The input is auto submitted and a error messages is displayed
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: paulo.lopes, Unassigned)
Details
Attachments
(1 file)
23.23 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55
Steps to reproduce:
With angular 11, I created a dinamic Array.
Each time I add a new row to the table, I have the possibility to have an input text that has a mandatory field.
Under firefox, when I add a new line the mandatory field is automatically executed.
Actual results:
Dynamically created inputes are automatically submitted! This creates an error because the conditions are not yet met.
Expected results:
That the error message does not appear when I just add a new row in my table.
Comment 1•3 years ago
|
||
Removing security flag, as this does not look like a security issue.
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 3•3 years ago
|
||
The severity field is not set for this bug.
:jwatt, could you have a look please?
For more information, please visit auto_nag documentation.
![]() |
||
Comment 4•3 years ago
|
||
Paulo, can you provide a minimal testcase, please? We'll need something to work with if we're to fix this.
Comment 5•3 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit auto_nag documentation.
Description
•