Skip to content

Commit

Permalink
docs(multiselect): scope readOnly control to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Nov 8, 2022
1 parent 5579215 commit 656b186
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ export default {
open: {
table: { disable: true },
},
readOnly: {
control: { type: 'boolean' },
},
title: {
table: { disable: true },
},
Expand Down Expand Up @@ -207,6 +204,9 @@ Playground.argTypes = {
},
defaultValue: 'To clear selection, press Delete or Backspace,',
},
readOnly: {
control: { type: 'boolean' },
},
};

export const Default = () => {
Expand Down

0 comments on commit 656b186

Please sign in to comment.