Desired State
The input tag should be populated with the required attr depending on the is required trait in the declaration
Actual State
The is required trait works fine for validation, but no indication of required-ness is available in the HTML generated
Desired State
The input tag should be populated with the
requiredattr depending on theis requiredtrait in the declarationActual State
The
is requiredtrait works fine for validation, but no indication of required-ness is available in the HTML generated