Open
Description
Describe your motivation
A general best practice for forms is to not show required field indicators if most or all the fields in the form are required.
The required field indicators in the Login component form should not be visible.
Describe the solution you'd like
The required field indicators are not visible.
The indicators could be hidden in the built-in themes with either visibility
, opacity
, or display
properties. The visibility
property feels most appropriate, and least likely to cause trouble if a developer wants to revert that in their custom theme.
Describe alternatives you've considered
No response
Additional context
No response