feat(FE): Add checkbox multi-select and components prop

This commit is contained in:
rstubryan
2026-01-14 10:04:51 +07:00
parent e6eac6b62d
commit adb8d0f69e
3 changed files with 102 additions and 7 deletions
@@ -7,6 +7,7 @@ import SelectInput, {
useSelect,
OptionType,
} from '@/components/input/SelectInput';
import SelectInputCheckbox from '@/components/input/SelectInputCheckbox';
import DateInput from '@/components/input/DateInput';
import { CustomerApi } from '@/services/api/master-data';
import { FinanceApi } from '@/services/api/report/finance-report';
@@ -608,10 +609,9 @@ const CustomerPaymentTab = () => {
</div>
<div>
<SelectInput
<SelectInputCheckbox
label='Customer'
placeholder='Pilih Customer'
isMulti
options={customerOptions}
value={filterCustomer}
onChange={(val) => {