- fix(input): prevent single caret selection on deletion/cutting
- fix(input/css): specify
color: transparent !important
for::selection
modifier - fix(input/node-env): check for CSS supports api before calling fn
- chore(input): remove experimental flag
pushPasswordManagerStrategy
- fix(input): use
color
nottext
for autofillStyles - chore(input): keep support for prop pushPasswordManagerStrategy="experimental-no-flickering"
- fix(input): prevent layout expansion when password managers aren't there and remove "experimental-no-flickering" strategy
- chore(input): don't restrict inputMode typing
- fix(input): renderfn typing
- feat(input): add context option
- chore(input): remove unused type
SelectionType
- feat(input/no-js): allow opting out of no-js fallback
- fix(input/no-js): move noscript to the top
- chore(input): optimize use-badge
- fix(input): set no extra width on default noscript css fallback
- fix(input): check window during ssr
- fix(input/ios): add right: 1px to compensate left: -1px
- chore(input/ios): revert paste listener (re-add)
- chore(input): always trigger selection menu on ios
- perf(input): prevent trackPWMBadge when strategy is none
- fix(input): do not skip left slot
- fix(input): do not skip left slot when pressing arrowleft after insert mode
- fix(input): reinforce wrapper to pointerEvents none
- feat(input): add experimental push pwm badge
- chore(input): rename prop to pushPasswordManagerStrategy
- chore(input): move focus logic to _focusListener
- fix(input): reinforce no box shadows
- perf(input): rewrite core in a single event listener
- fix(input): safe insert css rules
- fix(input): prevent layout shift caused by password managers
- feat(input): add pwm badge space detector
- feat(input): add passwordManagerBehavior prop
- fix(input): forcefully remove :autofill
- feat(input): track password managers
- fix(input): immediately update selection after paste
- fix(input): hide selection on iOS webkit
- fix(input/firefox): use setselectionrange direction:backwards
No input scope changes for this version.
No input scope changes for this version.
No input scope changes for this version.
No input scope changes for this version.
No input scope changes for this version.
- chore(input): always focus onContainerClick
- fix(input): do not trigger
onComplete
twice
No input scope changes for this version.