-
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
Feature Request: Helper/Hint text for inputs #6785
Comments
This is a really interesting idea IMO. |
Here's a developed proposal: <ion-item>
<ion-label>Password</ion-label>
<ion-input type="password"></ion-input>
<ion-helper>We need a password in order to secure your account</ion-helper>
<ion-helper focus>Please! At least 6 alphanumeric long</ion-helper>
<ion-helper success positive>AWESOME! your password looks good!</ion-helper>
<ion-helper error danger>Your password isn't strong enough, try making it longer.</ion-helper>
</ion-item> the idea of
@ryanyakich what do you think? |
@manucorporat That makes sense to me. I am not sure if maybe it would be better to have it more contained. Also,
Not sure if that makes sense. |
I like /cc @brandyscarney |
Also, this should be purely CSS. |
Is there a workaround for this issue? |
I want this feature too, any progress on it? |
Will be nice to have this feature. |
Hello everyone! Thanks for the feature request. I'm going to move this issue over to our internal list of feature requests for evaluation. We are continually prioritizing all requests that we receive with outstanding issues. We are extremely grateful for your feedback, but it may not always be our next priority. I'll copy the issue back to this repository when we have begun implementation. Thanks! |
This issue was moved to driftyco/ionic-feature-requests#43 |
Any update about this feature? |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Its so frustrating to do this manually, and sucks that ionic is not providing this by default.. |
+1 |
+1 |
10 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#100 |
Short description of the problem:
No easy way to add "helper" or "hint" text to a
ion-input
field.What behavior are you expecting?
A way to add helper / hint text to an input field. As per Google's Specs:
Maybe similar to ion-label's "inline / fixed / stacked / floating" having the ability for the message to be persistently visible, or only visible on focus. As well as accept color variables "danger" or "warning" could be useful for validation.
Steps to reproduce:
Not applicable
Other information:
http://www.google.com/design/spec/components/text-fields.html#text-fields-required-fields
Which Ionic Version? 1.x or 2.x
2.x (beta 7)
Run
ionic info
from terminal/cmd prompt: (paste output below)The text was updated successfully, but these errors were encountered: