Skip to content

Commit a7b7452

Browse files
committed
Remove secureTextEntry Control
1 parent bccc488 commit a7b7452

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

storybook/stories/components/password-input-field/PasswordInputField.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ export default {
1414
component: Field,
1515
args: {
1616
size: "medium",
17-
secureTextEntry: true,
1817
},
1918
argTypes: {
20-
secureTextEntry: {
21-
control: "boolean",
22-
},
2319
size: {
2420
control: "select",
2521
options: [

storybook/stories/components/password-input-fluid/PasswordInputFluid.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ export default {
1313
component: Fluid,
1414
args: {
1515
label: "Type Password",
16-
secureTextEntry: true,
1716
},
1817
argTypes: {
1918
label: {
2019
control: "text",
2120
},
22-
secureTextEntry: {
23-
control: "boolean",
24-
},
2521
},
2622
} satisfies Meta<PasswordInputFluidProps>
2723

storybook/stories/components/password-input/PasswordInput.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ export default {
1515
args: {
1616
label: "Type Password",
1717
size: "medium",
18-
secureTextEntry: true,
1918
},
2019
argTypes: {
2120
label: {
2221
control: "text",
2322
},
24-
secureTextEntry: {
25-
control: "boolean",
26-
},
2723
size: {
2824
control: "select",
2925
options: [

0 commit comments

Comments
 (0)