Currently, does not support the type="file" functionality for handling file uploads. Adding support for file input would allow users to select and upload files directly using Ignite UI for Web Components, aligning with native HTML behavior.
Expected Behavior:
- The component should allow users to select files from their local system.
- Support for single and multiple file selection (multiple attribute).
- Ability to capture file metadata (name, size, type).
- Event(s) for handling file selection and retrieval.
This is the bear minimum I can think of, although we might need to comply with the Angular component first, lets discuss thi.
Currently, does not support the type="file" functionality for handling file uploads. Adding support for file input would allow users to select and upload files directly using Ignite UI for Web Components, aligning with native HTML behavior.
Expected Behavior:
This is the bear minimum I can think of, although we might need to comply with the Angular component first, lets discuss thi.