Socket
Socket
Sign inDemoInstall

@chakra-ui/form-control

Package Overview
Dependencies
Maintainers
3
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/form-control - npm Package Compare versions

Comparing version 2.0.16 to 2.0.17

8

dist/form-control.d.ts

@@ -14,2 +14,4 @@ import * as _chakra_ui_system from '@chakra-ui/system';

* - The form element (e.g, Input) will have `aria-required` set to `true`
*
* @default false
*/

@@ -21,2 +23,4 @@ isRequired?: boolean;

* - The form element (e.g, Input) will be disabled
*
* @default false
*/

@@ -28,2 +32,4 @@ isDisabled?: boolean;

* - The form element (e.g, Input) will have `aria-invalid` set to `true`
*
* @default false
*/

@@ -33,2 +39,4 @@ isInvalid?: boolean;

* If `true`, the form control will be readonly
*
* @default false
*/

@@ -35,0 +43,0 @@ isReadOnly?: boolean;

2

package.json
{
"name": "@chakra-ui/form-control",
"version": "2.0.16",
"version": "2.0.17",
"description": "React component to provide validation states to form fields",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc