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

How can I change the label with? #80

Closed
winsonet opened this issue Nov 14, 2019 · 4 comments
Closed

How can I change the label with? #80

winsonet opened this issue Nov 14, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request under development being worked on currently

Comments

@winsonet
Copy link

The label with is so much so that can't see the content, how can I change it?
image
for that case, the email can't show

@supertrens
Copy link

supertrens commented Dec 4, 2019

I don't totally understand your request, however, I can get your email in my CardSettingsEmail working fine. Please be aware that the maximum length for an email is 30 characters by default if you want to allow longer length change the maxLength property. Here is an example of this view
Screen Shot 2019-12-04 at 8 55 13 PM

 CardSettings(
        children: <Widget>[
          CardSettingsHeader(label: 'New User'),
          CardSettingsText(
            label: 'Name',
          ),
          CardSettingsEmail(
            maxLength: 50,
          ),
        ],
      ),

@winsonet
Copy link
Author

winsonet commented Dec 4, 2019

oh, thanks a lot!

@codegrue codegrue self-assigned this Dec 12, 2019
@codegrue codegrue added enhancement New feature or request under development being worked on currently labels Dec 12, 2019
@codegrue
Copy link
Owner

Adding a global labelWidth setting as well. Coming soon.

@codegrue
Copy link
Owner

added in 1.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request under development being worked on currently
Projects
None yet
Development

No branches or pull requests

3 participants