NativeSelect placeholder is ignored in favour of data[0]
See original GitHub issueWhat package has an issue
Describe the bug
Refer: https://mantine.dev/core/native-select/#usage
Value defaults to the first value in data
when it should start at placeholder
What version of @mantine/hooks page do you have in package.json?
5.6.3
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
My MUI Select component doesn't display placeholder or label ...
I'm trying to use the Select component in my app but both the placeholder="Text" and label={"Text"} props don't display the expected result.
Read more >Source code for pywebio.input - Read the Docs
This module provides functions to get all kinds of input of user from the browser There are two ways to use the input...
Read more >terra-application test log - gists · GitHub
locale-data/complete.js (ignored) 15 bytes [built] [code generated]. WARNING in keycode-js. Multiple versions of keycode-js found:.
Read more >Untitled
childNodes ); // Support: Android<4.0 // Detect silently failing push.apply arr[ ... Discard index placeholder values to get only actual matches setMatched ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it will be removed from the demo soon
Yep, it was removed recently because there were errors with
defaultValue
and incorrect props onoption
component