Skip to content

Commit

Permalink
feat(InputField)!: remove unused prop requiredLabel (#1869)
Browse files Browse the repository at this point in the history
- This property is unconnected from the input field, and not used.
  • Loading branch information
booc0mtaco authored Feb 29, 2024
1 parent efc6b43 commit f9d73dd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/InputField/InputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ export type InputFieldProps = React.InputHTMLAttributes<HTMLInputElement> & {
* Indicates that field is required for form to be successfully submitted
*/
required?: boolean;
/**
* String for the required label to add additional information if needed. Currently not being used.
*
* **Deprecated**. This will be removed in the next major version.
* @deprecated
*/
requiredLabel?: string;
/**
* Title attribute on input
*/
Expand Down

0 comments on commit f9d73dd

Please sign in to comment.