You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If FormKey is none, the data-test that's auto-generated becomes formId="" + any controller object/list formKey but the None is an empty string equivalent
Problem:
when we add data-test to manually identify the field with formKey none, the key is added to the wrapper and not the input
Ideally, we should not have to rewrite the data-test from scratch
so maybe we need a fieldId that we bind IFF the formKey is none and can't be used
Needs to be done on all fields
The text was updated successfully, but these errors were encountered:
formId=""
+ any controller object/list formKey but the None is an empty string equivalentProblem:
when we add
data-test
to manually identify the field with formKey none, the key is added to the wrapper and not the inputIdeally, we should not have to rewrite the data-test from scratch
so maybe we need a
fieldId
that we bind IFF the formKey is none and can't be usedNeeds to be done on all fields
The text was updated successfully, but these errors were encountered: