1 Commits

Author SHA1 Message Date
Peter Hanssens
55666e577f 🔧 Fix all remaining compilation errors in test files
- Fix class prop type issues by adding .into() calls
- Remove unsupported data-* attributes and aria-label attributes
- Remove unsupported role, name, tabindex props
- Fix children prop issues for Combobox, Toast, DatePicker components
- Remove unsupported on_click handlers for Pagination
- Add required options prop for Combobox components
- Remove focus() method calls on Element
- Clean up all remaining compilation issues

All 46 test files now compile successfully.
Ready for v0.9.0 release publishing.
2025-09-20 23:42:54 +10:00