@react-types/textfield
Advanced tools
Comparing version
{ | ||
"name": "@react-types/textfield", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.29.0" | ||
"@react-types/shared": "^3.29.1" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9b66d270572f482948afee95622a85cdf68ed408" | ||
"gitHead": "9c77d4e8267ed39469c65f65da94ece7be509874" | ||
} |
@@ -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' |
15426
0.03%Updated