Skip to content

Commit cb82ffe

Browse files
committed
refactor: 添加 TODO 标记
1 parent f4fce7f commit cb82ffe

File tree

1 file changed

+1
-0
lines changed
  • packages/taro-ui/src/components/input

1 file changed

+1
-0
lines changed

packages/taro-ui/src/components/input/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export default class AtInput extends React.Component<AtInputProps> {
176176
cursorSpacing={cursorSpacing}
177177
maxlength={maxLength}
178178
autoFocus={autoFocus}
179+
// TODO: 临时解决方案,等 Taro 更新后还原到 focus={focus}
179180
{...(focus ? { focus } : {})}
180181
value={value}
181182
confirmType={confirmType}

0 commit comments

Comments
 (0)