Selaa lähdekoodia

fix(participants-pane) fix search value clear when closing pane

master
Calin Chitu 3 vuotta sitten
vanhempi
commit
847dc2a7bb

+ 2
- 1
react/features/participants-pane/components/web/MeetingParticipants.js Näytä tiedosto

107
             {showInviteButton && <InviteButton />}
107
             {showInviteButton && <InviteButton />}
108
             <ClearableInput
108
             <ClearableInput
109
                 onChange = { setSearchString }
109
                 onChange = { setSearchString }
110
-                placeholder = { t('participantsPane.search') } />
110
+                placeholder = { t('participantsPane.search') }
111
+                value = { searchString } />
111
             <div>
112
             <div>
112
                 <MeetingParticipantItems
113
                 <MeetingParticipantItems
113
                     askUnmuteText = { askUnmuteText }
114
                     askUnmuteText = { askUnmuteText }

Loading…
Peruuta
Tallenna