Skip to content

Commit

Permalink
text field type as radio instead of select
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed May 24, 2024
1 parent e8eff7c commit 700b8cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const metadata: Meta<TextFieldArgs> = {
},
type: {
options: Object.values(TextFieldType),
control: { type: 'select' },
control: { type: 'radio' },
description: 'They type of input to accept and render in the text field. This corresponds to [the `type` attribute of the native `input` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#type) though only a subset of values are supported.',
table: { category: apiCategory.attributes }
},
Expand Down

0 comments on commit 700b8cf

Please sign in to comment.