Possible to have a multiple Select message for single selection?
See original GitHub issueExpected Behavior
If my multiple Select fields only has one option selected, I’d like the placeholder text to remain as the default.
Actual Behavior
The single option selected is now the placeholder text. 😔
ideal
Maybe…
<Select
messages={{
multiple: 'Cost',
single: 'Cost', ***
}}
...
/>
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Select multiple conversations for mass action
Using multi-select by pressing COMMAND or SHIFT + clicking on the conversations you want to select, or using Select all with fewer than...
Read more >Select Multiple Items from a Drop Down List in Excel
In this tutorial, learn how to select multiple items from a drop down list in Excel. This can be achieved by using a...
Read more >Selecting multiple messages in Messages app
Clicking the First then holding the shift before clicking the second selects all those in between for me. They include those Sent as...
Read more >How to select items that are not next to each other
Select the first item that you want. For example, select some text. · Press and hold CTRL. · Select the next item that...
Read more >Selecting Multiple Texts in Messages App - MacRumors Forums
You can use the usual key modifiers: cmd-click to manually select multiple messages, or select a message, and shift-click on another down below ......
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
The [X] is to remove the option from the multi-select field. That part isn’t really related to Grommet.
As @kenjdavidson said,
valueLabel
can be used to get the desired behavior, but will look different than a regular input. Full example here with some styling ofvalueLabel
. I think this issue can be closed.