-
Notifications
You must be signed in to change notification settings - Fork 6
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
input components tasks #5298
Labels
Comments
2nthony
added a commit
that referenced
this issue
Jan 6, 2025
wliyongfeng
pushed a commit
that referenced
this issue
Jan 6, 2025
2nthony
added a commit
that referenced
this issue
Jan 7, 2025
2nthony
added a commit
that referenced
this issue
Jan 7, 2025
2nthony
added a commit
that referenced
this issue
Jan 7, 2025
wliyongfeng
pushed a commit
that referenced
this issue
Jan 7, 2025
wliyongfeng
pushed a commit
that referenced
this issue
Jan 7, 2025
* fix(lib): input, add `data-focus` #5298 #5327 * fix(lib): numebr input, add controls border highlight * fix(lib): number input, `controls` now default to true * fix(lib): number input, historical reason, result type should be number, and add `props.stringMode` #5323 #5928 * fix(lib): number input, should handle on blur to fix min/max value #5323 * revert(lib): number input, remove `stringMode`
wliyongfeng
pushed a commit
that referenced
this issue
Jan 7, 2025
* fix(lib): input, add `data-focus` #5298 #5327 * fix(lib): numebr input, add controls border highlight * fix(lib): number input, `controls` now default to true * fix: currency input add jsdoc * replace balance input with currency input #5928 * fix(lib): number input, historical reason, result type should be number, and add `props.stringMode` #5323 #5928 * fix(lib): number input, should handle on blur to fix min/max value #5323 * replace input number with number input #5928 * replace balance input with currency input #5928 * revert(lib): number input, remove `stringMode` * fix: convert to number input result to number
2nthony
added a commit
that referenced
this issue
Jan 8, 2025
wliyongfeng
pushed a commit
that referenced
this issue
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.figma.com/design/57k3GYwPnhvCgckzh4ERtk/SubSquare-v2.0?node-id=29723-199495&t=RpZxf9YpgffhKG6g-0
packages/next-common/components/symbolSelectInput/index.js
, useCurrencyInput
lib/input
addprops.onValueChange
a shortcut forevent.target.value
components/input
The text was updated successfully, but these errors were encountered: