max-maurice

Results 6 comments of max-maurice

@haacked #85 seems to handle wrapped elements, but doesn't fix this issue where I passed an instance of HTMLFormElement. Could you please re-open it?

According to the logs, the form element itself didn't get scanned. The parent element surrounding the form (a Bootstrap modal) however did: ``` Added node aspnet-validation.js:1341:28 Scanning aspnet-validation.js:1306:20 Attribute 'class'...

My form contains only hidden inputs. After adding a dummy text input, it worked. Maybe `isValid()` could return true for automatically added forms without validatable inputs?

Hi @andr317c thanks for trying to reproduce. Yes, the code looks exactly like yours. I've just checked using your code, but the `visible` property on new block list items is...

Reverting the changes made in commit 477697a70cd8b10703f6cf428ceb1da47bfad257 would resolve this issue. Any ideas how we could solve this without affecting #11423?

Yes, I might have: As this issue is about default values for new block items, we could check for the property being in the `dataModel` using `in`, instead of testing...