@react-types/textfield
Advanced tools
Comparing version
{ | ||
"name": "@react-types/textfield", | ||
"version": "3.0.0-nightly-9723225d6-250414", | ||
"version": "3.0.0-nightly-9786f69a1-250530", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly-9723225d6-250414" | ||
"@react-types/shared": "3.0.0-nightly-9786f69a1-250530" | ||
}, | ||
@@ -15,0 +15,0 @@ "peerDependencies": { |
@@ -49,3 +49,3 @@ /* | ||
/** | ||
* An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint]. | ||
* An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint). | ||
*/ | ||
@@ -52,0 +52,0 @@ enterKeyHint?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send' |
4080
0.12%+ Added
- Removed