In a frost-bunsen-heading, it's possible to have a Required label below the heading:
Once the data is entered, the Required label is removed from the DOM. This causes everything below to shift up:
We should probably continue to render the Required label in the DOM, and just make it invisible, so that the DOM below it doesn't shift as fields are filled out.
In a
frost-bunsen-heading
, it's possible to have aRequired
label below the heading:Once the data is entered, the
Required
label is removed from the DOM. This causes everything below to shift up:We should probably continue to render the
Required
label in the DOM, and just make it invisible, so that the DOM below it doesn't shift as fields are filled out.