feat(client): sortable for the select and radio fields

This commit is contained in:
chenos 2022-04-06 11:01:46 +08:00
parent b03ba07edd
commit f8dd5d6f79
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export const radioGroup: IField = {
group: 'choices',
order: 4,
title: '{{t("Radio group")}}',
sortable: true,
default: {
type: 'string',
// name,

View File

@ -7,6 +7,7 @@ export const select: IField = {
group: 'choices',
order: 2,
title: '{{t("Single select")}}',
sortable: true,
default: {
type: 'string',
// name,