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.
1 parent 759d40a commit 974d87aCopy full SHA for 974d87a
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