Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a documentation issue in the BootstrapVueNext project. The documentation for the BTable component incorrectly states that the `show-empty` prop is only required when using custom slots for empty table rendering, while it's actually required for both slots and the `empty-text` prop. The fix involves updating the documentation to accurately reflect this requirement.
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
AI Summary: Implement a 'disabled' prop for the BFormRating component in BootstrapVueNext, mirroring the functionality of the same component in the original BootstrapVue library. This involves adding the prop, updating the component's logic to handle the disabled state correctly, and potentially updating the documentation.
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
AI Summary: Implement internationalization support for the BFormRating component in BootstrapVueNext, including locale prop support, number rendering according to locale, RTL support, and updated documentation.
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
AI Summary: Implement form submission and input groups for the BFormRating component in BootstrapVueNext, mirroring the functionality in BootstrapVue. This includes adding 'name' and 'form' props, ensuring correct aria attributes, verifying input group functionality, and updating documentation.
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript