优化键盘
This commit is contained in:
@@ -157,7 +157,8 @@ const EditModal: React.FC<EditModalProps> = ({
|
||||
onInput={handle_input_change}
|
||||
adjustPosition={false}
|
||||
confirmType="done"
|
||||
autoFocus={true}
|
||||
// autoFocus={true}
|
||||
onConfirm={handle_save}
|
||||
/>
|
||||
<View className="char_count">
|
||||
<Text
|
||||
@@ -177,8 +178,9 @@ const EditModal: React.FC<EditModalProps> = ({
|
||||
placeholder={placeholder}
|
||||
// maxlength={maxLength}
|
||||
onInput={handle_input_change}
|
||||
autoFocus={true}
|
||||
// autoFocus={true}
|
||||
adjustPosition={false}
|
||||
onConfirm={handle_save}
|
||||
/>
|
||||
<View className="char_count">
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user