feature: Optional OCR-Assisted Draft Pre-Fill
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
@change="update('value', parseFloat(($event.target as HTMLInputElement).value))"
|
||||
type="number"
|
||||
step="0.01"
|
||||
class="form-input text-sm"
|
||||
:class="['form-input', 'text-sm', valueInputClass]"
|
||||
:disabled="readonly"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,6 +96,7 @@ const props = defineProps<{
|
||||
readonly?: boolean
|
||||
showVerified?: boolean
|
||||
verified?: boolean
|
||||
valueInputClass?: string
|
||||
}>()
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user