mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 03:11:02 +02:00
Explain isSmall proper for CountryDropdown
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
596fb774e3
commit
745a8d3860
@ -42,7 +42,7 @@ function countryMatchesSearchQuery(query: string, country: PhoneNumberCountryDef
|
|||||||
interface IProps {
|
interface IProps {
|
||||||
value?: string;
|
value?: string;
|
||||||
onOptionChange: (country: PhoneNumberCountryDefinition) => void;
|
onOptionChange: (country: PhoneNumberCountryDefinition) => void;
|
||||||
isSmall: boolean;
|
isSmall: boolean; // if isSmall, show +44 in the selected value
|
||||||
showPrefix: boolean;
|
showPrefix: boolean;
|
||||||
className?: string;
|
className?: string;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user