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 to increase <InputLabel> that come with <FormControll> and <Select> #44625

Closed
popcari opened this issue Dec 2, 2024 · 2 comments
Closed
Labels
component: select This is the name of the generic UI component, not the React module! support: question Community support but can be turned into an improvement

Comments

@popcari
Copy link

popcari commented Dec 2, 2024

Summary

How can I expand the width of the InputLabel's background. Now it seem like the background too short to cover InputLabel's content width

Screenshot 2567-12-02 at 15 41 26

Screenshot 2567-12-02 at 15 42 33

Examples

No response

Motivation

No response

Search keywords: , and

@popcari popcari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 2, 2024
@siriwatknp
Copy link
Member

You need to update the label prop be the same as the text you are using with the InputLabel:

<InputLabel>the japanese text</InputLabel>
<Select
  
  label="the japanese text"
>

Copy link

github-actions bot commented Dec 2, 2024

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Note

@popcari How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.

@siriwatknp siriwatknp added support: question Community support but can be turned into an improvement component: select This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: select This is the name of the generic UI component, not the React module! support: question Community support but can be turned into an improvement
Projects
None yet
Development

No branches or pull requests

2 participants