We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 759d40a + 974d87a commit 58d05caCopy full SHA for 58d05ca
components/language-chooser/react/language-chooser-react-mui/src/demos/DialogDemo.tsx
@@ -139,7 +139,11 @@ export const DialogDemo: React.FunctionComponent<{
139
open={open}
140
uiLanguage={uiLanguage}
141
searchResultModifier={defaultSearchResultModifier}
142
+ initialSearchString={selectedValue?.language?.languageSubtag}
143
initialSelectionLanguageTag={languageTag}
144
+ initialCustomDisplayName={
145
+ selectedValue?.customDetails?.customDisplayName
146
+ }
147
onCancel={onCancel}
148
onOk={onOk}
149
rightPanelComponent={
0 commit comments