David W. Gray

Results 19 issues of David W. Gray

# Describe the PR Fix #1822 (Empty string as entry in options array of BFormCheckboxGroup returned as true in v-model) by inlining the `string | boolean` part of the `CheckboxValue`...

# Describe the PR Implement the [reverse](https://getbootstrap.com/docs/5.3/forms/checks-radios/#reverse) and [without-label](https://getbootstrap.com/docs/5.3/forms/checks-radios/#without-labels) features of checkboxes and radio buttons. Reverse is implemented as a property on BFormCheckbox and BFormCheckboxGroup Without Labels is implemented by...

# Describe the PR As I'm spending more time in the component docs, I find it annoying that there isn't a link to the component reference in the page contents...

# Describe the PR This PR should get the documents up to date and confirm that they are [at parity](https://1drv.ms/x/s!AiUqzkjNYGL6ieBPpQpcR41wo1laZQ?e=DYykFl) with BSV and BS5 - Document 'Without Labels' - Document...

### Describe the bug I know that it's generally been the case that table items need to be able to make it through a JSON.stringify/JSON.parse loop - [Table | Components...

bug

# Describe the PR Based on [vuejs/core#10726](https://github.com/vuejs/core/issues/10726) these changes _should_ fix #1846 and #1854, but they don't (again, assuming I understand how the system works). I'm still getting the same...

This is reproduction for me on a plain templated app created using `yarn create vite vue-lang-test --template vue-ts` The `App.vue` file is parsing correctly, the `components/HelloWorld.vue` file is showing `Cannot...

pending triage

In case this trips anyone else up: When setting up the proxy in the vue.config.js file, the port number needs to match the port that the asp.net app is listening...

# Describe the PR Remove two props related to floating labels that don't work. 1. The `floating` prop on `BForm` does nothing other than add `form-floating` class to the form...

### Clear and concise description of the problem There are quite a few properties that are used by many components. I'm not talking about things that are necessarily related in...

enhancement