Removing a field for a prop of type Date and time ,property with "Allow multiple value" set to unlimited leaves the field blank
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3582883. --> Reported by: [vipin.mittal18](https://www.drupal.org/user/319716) Related to !1027 !1008 !958 !862 >>> <p>Removing a field for a prop of type Date and time with "Allow multiple value" set to unlimited leaves the field blank. This intermittent issue resembles a race condition, possibly caused by deleting two fields back-to-back.<br> <strong>Steps to Reproduce</strong></p> <ol> <li>Create a code component. </li> <li>Add prop of type Date and time. </li> <li>Click on checkbox &ldquo;Allow multiple values&ldquo; and select &ldquo;Unlimited&ldquo;.</li> <li>Click on Add to component.</li> <li>Drag and drop component to page.</li> <li>Add multiple rows (atleast 3) and populate the values.</li> <li>Review the changes and publish them.</li> <li>Refresh the page(this is not mandatory but writing it as i did that in my steps to reproduce)</li> <li>Delete the rows starting from the bottom.</li> <li>You will observe the blank row </li> </ol> <p><strong>Description of MR's:-</strong></p> <ol> <li>MR !1008 MR only contains tests which proves that this is an issue on 1.x</li> <li>MR !1027 MR contains fix for the issue and also tests from MR !1008.</li> </ol>
issue