Skip to content
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

change labelText and hintText #9

Closed
Lalosantoyo51 opened this issue Jan 14, 2020 · 2 comments · Fixed by #22
Closed

change labelText and hintText #9

Lalosantoyo51 opened this issue Jan 14, 2020 · 2 comments · Fixed by #22
Labels
question Further information is requested

Comments

@Lalosantoyo51
Copy link

Lalosantoyo51 commented Jan 14, 2020

example

InputDecoration(
                  border: OutlineInputBorder(),
                  labelText: 'Card number',
                  hintText: 'xxxx xxxx xxxx xxxx',
                );
InputDecoration(
                  border: OutlineInputBorder(),
                  labelText: 'Numero de tarjeta',
                  hintText: 'xxxx xxxx xxxx xxxx',
                )
@BirjuVachhani
Copy link
Member

@Lalosantoyo51 More description would be great!

@BirjuVachhani BirjuVachhani added the question Further information is requested label Feb 13, 2020
@DevarshRanpara
Copy link
Member

DevarshRanpara commented Jan 1, 2021

Fixed in #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants