Open notmessenger opened 8 years ago
The logic has already been removed from ef-fieldset
but still needs to be modified and added to ef-form
.
https://github.com/ember-forge/ember-forge-ui/commit/7a76525af454cad60cb68d6fe782f69c617513cd removed it.
Beyond just moving it it will require modification to the logic as well. For each
<label>
found without a populatedfor
attribute find the closest (DOM-wise) labelable element with a setid
that is not already assigned to a<label>
'sfor
attribute and assign itsid
value to thefor
attribute.Can likely schedule for 'afterRender' but find the appropriate run event queue.