Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/patient-63-adjustment

This commit is contained in:
Khafid Prayoga
2025-12-10 09:49:04 +07:00
22 changed files with 702 additions and 197 deletions
+3 -2
View File
@@ -69,7 +69,7 @@ async function onFileChange(event: Event, handleChange: (value: any) => void) {
</script>
<template>
<DE.Cell>
<DE.Cell :class="class">
<DE.Label
v-if="label !== ''"
:label-for="fieldName"
@@ -88,12 +88,13 @@ async function onFileChange(event: Event, handleChange: (value: any) => void) {
<FormItem>
<FormControl class="flex flex-col">
<Input
@change="onFileChange($event, handleChange)"
:id="fieldName"
type="file"
:disabled="isDisabled"
v-bind="{ onBlur: componentField.onBlur }"
:placeholder="placeholder"
:class="cn('focus:border-primary focus:ring-2 focus:ring-primary focus:ring-offset-0')"
@change="onFileChange($event, handleChange)"
/>
</FormControl>
<FormMessage />