-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: stacked labels for form controls #27229
Comments
@liamdebeasi |
Thanks for the issue! This has been implemented via PR #28075 and will be available in an upcoming minor release of Ionic. |
Hi team, @thetaPC @liamdebeasi Saw a new minor release (7.3.4) without this fix. A friendly reminder of this. |
This is a feature, so it will be in a minor release of Ionic not a patch release as noted in #27229 (comment). edit: Ionic 7.3.4 is a patch release since we changed the last digit (7.3.3 --> 7.3.4) |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Describe the Feature Request
Controls should be able to work with external labels. I.e. for any control sibling
<label for="control-id">Text</label>
might be attached and pressing on this label should apply focus on the control.Describe the Use Case
Right now in v.7.0.1 I can't attach labels to the
![image](https://user-images.githubusercontent.com/5493450/232874794-a68753ca-6434-4f76-b851-9e5f174e72af.png)
ion-checkbox
elements to implement the following layout:with this code:
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: