Skip to content

Commit

Permalink
Update index.json
Browse files Browse the repository at this point in the history
set SelectButton default value for allowEmpty to false
  • Loading branch information
rosenthalj authored Oct 18, 2023
1 parent 69e2061 commit fdb187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -18659,7 +18659,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Whether selection can not be cleared."
},
{
Expand Down Expand Up @@ -26231,4 +26231,4 @@
}
}
}
}
}

0 comments on commit fdb187e

Please sign in to comment.