-
-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Status: Waiting feedbackNeeds feedback from the authorNeeds feedback from the author
Description
I have form that renders form type from a third party bundle that contains dummy form inputs for selection that are not registered in their form type.
My form uses data-model="on(change)|*"
to "auto-validate" it against Symfony back-end. Every time the dummy input field changes, live component throws an error that data model with that field name does not exist (obviously).
I need to somehow blacklist that input, either using CSS selector, or by adding attribute to it that stops/ignores it.
<form data-model="on(change)|*">
<input name="dummy"/> <-- need to somehow exclude it from the change event
</form>
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Status: Waiting feedbackNeeds feedback from the authorNeeds feedback from the author