ciena-frost / ember-frost-bunsen

Create UIs from JSON configurations
http://ciena-frost.github.io/ember-frost-bunsen/
MIT License
20 stars 35 forks source link

Leave space for "Required" on headings #396

Open job13er opened 7 years ago

job13er commented 7 years ago

In a frost-bunsen-heading, it's possible to have a Required label below the heading: screen shot 2017-04-28 at 2 05 14 pm

Once the data is entered, the Required label is removed from the DOM. This causes everything below to shift up:

screen shot 2017-04-28 at 2 05 53 pm

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.

cstolli commented 7 years ago

@job13er @sglanzer I agree this is a good move