Hello.
Im trying to implement the avatar option on an angular project using ImageInputComponent.
I have bootstrap ImageInputComponent on the ngOnInit of my component like this:
ImageInputComponent.bootstrap('#my-avatar')
But this is not working, the cancel or remove options, never worked and I have to implement my own functions to make the add option to work.
How can I implement the image input component properly on the new component form that I'm trying to create, any ideas?
Thanks
Integrating an image input component in an Angular project enhances user interaction by allowing users to upload and preview images directly within the application.outsource ghost mannequin image editing services This feature is essential for forms, profile updates, and content creation tools. Angular's powerful framework, combined with customizable image input components, ensures seamless integration, validation, and handling of image uploads, improving the overall user experience and functionality.
Hello Damaris,
If the cancel and remove options of the ImageInputComponent are not working as expected, you can try adding the following attributes to the corresponding buttons:
For the cancel option:
[data-kt-image-input-action="cancel"]
[data-kt-image-input-action="remove"]