-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/text input #6
Conversation
onFocus={handleFocus} | ||
css={css} | ||
/> | ||
<div css={{position: "absolute", right: 0, bottom: 6}}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오른쪽 버튼을 어떻게 스타일하실지 궁금했는데👍🏻👍🏻
근데 clear Icon을 감싸는 엘리먼트로 span대신 button은 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아요~
components/textInput/textInput.tsx
Outdated
|
||
const [localValue, setLocalValue] = useState("") | ||
|
||
const inputRef = useRef<HTMLInputElement>(null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지금은 inputRef를 input에 걸어두기만 하고 사용안하는거같은데, 나중에 언제필요한건가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지우는 걸 깜빡햇네요 👍
컴포넌트이름이 파스칼로 안바뀌네요 😭 |
한번 머지하고 확인해보려고 ㅠ |
Summary
add TextInput, TextInputPassword
Key Changes
Screenshots
Checklist
lint-fix
ts-check