Fixed #3708- SelectButton: inverse unselectable behaviour

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-09 12:03:19 +03:00
parent 14781c1321
commit 0f1caf789f
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ const SelectButtonProps = [
{
name: 'unselectable',
type: 'boolean',
default: 'true',
default: 'false',
description: 'Whether selection can be cleared.'
},
{