@syncfusion/ej2-react-inputs
Advanced tools
Comparing version 28.1.37 to 28.1.41
/*! | ||
* filename: ej2-react-inputs.min.js | ||
* version : 28.1.37 | ||
* version : 28.1.41 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: ej2-react-inputs.umd.min.js | ||
* version : 28.1.37 | ||
* version : 28.1.41 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-react-inputs@*", | ||
"_id": "@syncfusion/ej2-react-inputs@28.1.33", | ||
"_id": "@syncfusion/ej2-react-inputs@28.1.37", | ||
"_inBundle": false, | ||
"_integrity": "sha512-wE6OvA7fAXfKXCOZQyE60vF1jpoT7L1Uz6XDesRVK8YRDiFe+cwfEHkwiRyTSNf79Y+eFY8U76fDcAkxdounEg==", | ||
"_integrity": "sha512-vH4qq70Ylmr8KDfat7C+TVCKSjr8XlUU+Ek+Lx+eapO5bXT2+6xLyWyz6PqaQI6n/5TkjYt6LOkVbmsjw+GQsQ==", | ||
"_location": "/@syncfusion/ej2-react-inputs", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inputs/-/ej2-react-inputs-28.1.33.tgz", | ||
"_shasum": "6c6f2058e35f4cb54f3725b2daf0087bbbf1fa1c", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inputs/-/ej2-react-inputs-28.1.37.tgz", | ||
"_shasum": "ad2095d50ee84977ab411e30ed5856f3b9140399", | ||
"_spec": "@syncfusion/ej2-react-inputs@*", | ||
@@ -36,4 +36,4 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"@syncfusion/ej2-base": "~28.1.33", | ||
"@syncfusion/ej2-inputs": "28.1.37", | ||
"@syncfusion/ej2-react-base": "~28.1.33" | ||
"@syncfusion/ej2-inputs": "28.1.41", | ||
"@syncfusion/ej2-react-base": "~28.1.38" | ||
}, | ||
@@ -78,4 +78,4 @@ "deprecated": false, | ||
}, | ||
"version": "28.1.37", | ||
"version": "28.1.41", | ||
"sideEffects": false | ||
} |
@@ -192,12 +192,21 @@ # React Inputs Components | ||
The `React OTP Input` component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization. | ||
The [React OTP Input](https://www.syncfusion.com/react-components/react-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm) component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization. | ||
<p align="center"> | ||
<a href="https://ej2.syncfusion.com/react/documentation/otp-input/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm">Getting Started</a> . | ||
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm#/fluent2/otp-input/default">Online demos</a> . | ||
<a href="https://www.syncfusion.com/react-components/react-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm">Learn more</a> | ||
</p> | ||
<p align="center"> | ||
<img alt="React OTP Input Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-otp-input.png"> | ||
</p> | ||
#### Key features | ||
* `Input types` - Allow specifying the input type as text, number, or password for the OTP input.. | ||
* `Styling modes` - Offer built-in styling options such as underline, outline, or fill. | ||
* `Tooltip` - Displays additional information of the rating items. | ||
* `Placeholders` - Allow setting a hint character for each input field, indicating the expected value. | ||
* `Separators` - Specify a character to be placed between input fields. | ||
* `Customization` - Allows customizing the default appearance, including input field styling, input length, and more. | ||
* [Input types](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/default) - Allow specifying the input type as text, number, or password for the OTP input.. | ||
* [Styling modes](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Offer built-in styling options such as underline, outline, or fill. | ||
* [Placeholders](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Allow setting a hint character for each input field, indicating the expected value. | ||
* [Separators](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Specify a character to be placed between input fields. | ||
* [Customization](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Allows customizing the default appearance, including input field styling, input length, and more. | ||
@@ -252,2 +261,2 @@ <p align="center"> | ||
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. | ||
© Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. |
236033
260
+ Added@syncfusion/ej2-inputs@28.1.41(transitive)
- Removed@syncfusion/ej2-inputs@28.1.37(transitive)