Skip to content

Commit

Permalink
Merge pull request #378 from qoretechnologies/bugfix/placeholder-removed
Browse files Browse the repository at this point in the history
Update package version and add placeholder property to ReqoreInput and ReqoreTextarea because react removed it
  • Loading branch information
Foxhoundn authored May 7, 2024
2 parents eacba71 + 9ab044f commit e35bf3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoretechnologies/reqore",
"version": "0.41.0",
"version": "0.41.1",
"description": "ReQore is a highly theme-able and modular UI library for React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface IReqoreInputProps
IWithReqoreEffect,
IWithReqoreTooltip {
autoFocus?: boolean;

placeholder?: string;
width?: number;
size?: TSizes;
minimal?: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/components/Textarea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface IReqoreTextareaProps
IReqoreIntent,
IWithReqoreEffect {
autoFocus?: boolean;
placeholder?: string;
width?: number;
height?: number;
scaleWithContent?: boolean;
Expand Down

0 comments on commit e35bf3b

Please sign in to comment.