efficient-indigoE
Refine3y ago
8 replies
efficient-indigo

useSelect

const { selectProps } = useSelect({
    resource: `master-data/${props.urlApi}`,
    optionLabel: "name",
    optionValue: "id",
  });

how to display the optionLabel is code and name
Was this page helpful?