Set mute word dialog text input return key type to "done" (#9967)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -132,6 +132,7 @@ function MutedWordsInner() {
|
|||||||
autoCorrect={false}
|
autoCorrect={false}
|
||||||
autoCapitalize="none"
|
autoCapitalize="none"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
returnKeyType="done"
|
||||||
label={_(msg`Enter a word or tag`)}
|
label={_(msg`Enter a word or tag`)}
|
||||||
placeholder={_(msg`Enter a word or tag`)}
|
placeholder={_(msg`Enter a word or tag`)}
|
||||||
value={field}
|
value={field}
|
||||||
|
|||||||
Reference in New Issue
Block a user