refactor: convert AmountInput to function props

- Convert AmountInput from @Emit("update:value") to onUpdateValue function prop
- Update GiftDetailsStep to use new function prop interface for amount handling

AmountInput now provides better parent control over validation and updates
This commit is contained in:
Matthew Raymer
2025-07-18 07:10:41 +00:00
parent 0bcf34c703
commit c6b27d55ff
4 changed files with 21 additions and 23 deletions

View File

@@ -111,8 +111,6 @@ export default class ContactInputForm extends Vue {
@Prop({ type: Function, default: () => {} })
onNavigateOnboardMeeting!: () => void | Promise<void>;
/**
* Function prop for handling model value updates
* Called when the input value changes for v-model binding