Skip to content

Commit 534aa28

Browse files
committed
docs(combobox): fixing punctionation in readonly story
1 parent 9a8b7be commit 534aa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/combobox/stories/combobox.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ QuietGroup.parameters = {
171171
};
172172

173173
/**
174-
* Comboboxes have a read-only option for when content in the disabled state still needs to be shown. This allows for content to be copied, but not interacted with or changed. A combobox does not have a read-only option if no selection has been made. To enable this feature, add `isReadOnly` class to the Combobox. Then within the Textfield component add `isReadOnly` class and `readonly` attribute to the `<input>`.
174+
* Comboboxes have a read-only option for when content in the disabled state still needs to be shown. This allows for content to be copied, but not interacted with or changed. A combobox does not have a read-only option if no selection has been made. To enable this feature, add the `.isReadOnly` class to the combobox. Then within the textfield component, add the `.isReadOnly` class and `readonly` attribute to the `<input>`.
175175
*/
176176
export const ReadOnly = Template.bind({});
177177
ReadOnly.tags = ["!dev"];

0 commit comments

Comments
 (0)