Set mute word dialog text input return key type to "done" (#9967)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-03-03 19:35:09 +00:00
committed by GitHub
parent 162a78e1ae
commit 612a778361
+1
View File
@@ -132,6 +132,7 @@ function MutedWordsInner() {
autoCorrect={false}
autoCapitalize="none"
autoComplete="off"
returnKeyType="done"
label={_(msg`Enter a word or tag`)}
placeholder={_(msg`Enter a word or tag`)}
value={field}