problem with selected
See original GitHub issueHi guys,
Having a small issue working with the plugin
<Select
selected='MALE'
>
<Option value='FEMALE'>female</Option>
<Option value='MALE'>male</Option>
<Option value='UNKNOWN'>other</Option>
</Select>
this is not selecting by default the male. Any thoughts?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Getting error "There is a problem with the selected printer. You
When I select to File / Print, I get the following error: "There is a problem with the selected printer. You might need...
Read more >Getting error "There is a problem with the selected printer.
Hi all. Im going mad trying to fix this issue Getting error "There is a problem with the selected printer. You might need...
Read more >“There is a problem with the selected printer” when printing ...
Today, I encountered an issue that was new to me. A client's PC refused to print any email within Outlook (in her case,...
Read more >What is Selection Problem | IGI Global
Definition of Selection Problem: This problem appears when several alternatives and attributes are evaluated a only one of them must be selected.
Read more >Outlook #Print Cannot print unless an item is ... - YouTube
#Outlook #print #solutions # problem #cannot print unless an item is selected. Select an item and then try to print again.
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 Free
Top 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
Yes, So the SELECT component actually need not know what is selected inside it. The outer your component can hold the state of selected value.
The defaultText makes it appears to user that the values is selected.
On Tue, Sep 5, 2017 at 11:51 PM, Panagiotis Vourtsis < notifications@github.com> wrote:
Super. That will work.
I just wanted to keep selectedText as only property. other authors made PRs and they added new properties and it made it ambiguous… 😦
However whatever you did should work. Again the
<Select />
component doesn’t hold any state. you set values from outside and get callback executed when you change.