You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <label> tag needs to have an id attribute. This has been implemented but the current implementation doesn't override the label_tag method. The current way of implementation necessitates continual updation of our implemented method as per updates to Rails core method. We need to change the implementation such that label_tag is overridden and not duplicated.
The text was updated successfully, but these errors were encountered:
The <label> tag needs to have an id attribute. This has been implemented but the current implementation doesn't override the label_tag method. The current way of implementation necessitates continual updation of our implemented method as per updates to Rails core method. We need to change the implementation such that label_tag is overridden and not duplicated.
The text was updated successfully, but these errors were encountered: