Open Issues Need Help
View All on GitHubAI Summary: The `input[type=range]` component is missing validation styling (colors and background) when used within a `b-input-group`. This is attributed to a missing `_form-input.scss` file or an outdated class name (`custom-range` instead of `form-range`) related to Bootstrap 5 updates.
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
AI Summary: The issue requests adding internationalization (i18n) support to the `BFormRating` component. This involves implementing the `locale` prop, ensuring numbers are rendered correctly based on the locale, and verifying proper Right-to-Left (RTL) support. The task also requires updating the component's documentation.
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
AI 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.
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
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.
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
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.
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development