Skip to content

Commit

Permalink
[form-builder] Add example of color input in read only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jun 18, 2018
1 parent d2609d4 commit 71db4d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/test-studio/schemas/color.js
Expand Up @@ -75,6 +75,13 @@ export default {
}
]
},
{
name: 'readOnlyColor',
title: 'Read-only color',
description: 'Color input in readOnly mode',
readOnly: true,
type: 'color'
},
{
name: 'colorGrid',
title: 'Grid of colors',
Expand Down

0 comments on commit 71db4d5

Please sign in to comment.