-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Ao adicionar um datepicker ao formulário, ele não se adapta ao tamanho dos outros campos.
export const genericFilterConfig: BnFormField[] = [
{
key: 'field_01',
label: 'Identificador',
type: 'text',
className: 'col-4',
placeholder: 'Insira o código',
},
{
key: 'date_range_01',
label: 'Período',
type: 'datepicker',
className: 'col-4',
rangePicker: true,
},
{
key: 'category_01_id',
label: 'Categoria A',
type: 'select',
className: 'col-4',
placeholder: 'Selecione uma opção',
options: [],
enableSearch: true,
},
{
key: 'category_02_id',
label: 'Categoria B',
type: 'select',
className: 'col-4',
placeholder: 'Selecione uma opção',
options: [],
enableSearch: true,
},
{
key: 'category_03_id',
label: 'Categoria C',
type: 'select',
className: 'col-4',
placeholder: 'Selecione uma opção',
options: [],
enableSearch: true,
},
{
key: 'status_code',
label: 'Estado Atual',
type: 'select',
className: 'col-4',
placeholder: 'Selecione o estado',
options: [],
},
];

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels