DynCon365 / PhoneNumberFormatPCF

A PCF control using Google Phone Library to format phone numbers.
MIT License
3 stars 5 forks source link

Search country code by keystroke #2

Open jellevervloessem opened 2 years ago

jellevervloessem commented 2 years ago

Is it possible to search the countrycode? I see that office-ui-fabric-react/lib/Dropdown by default works with

<select class="ms-Dropdown-select">
    <option>Choose a sound&amp;hellip;</option>  
    <option>Dog barking</option>  
    <option>Wind blowing</option>  
    <option>Duck quacking</option>  
    <option>Cow mooing</option>  
</select>

This enables default browser funtionality that gives the keystroke option.

Question arises when looking for Qatar, which is on the bottom of the list.