Issayah

Results 72 issues of Issayah

# Describe the PR A clear and concise description of what the pull request does. ## Small replication A small replication or video walkthrough can help demonstrate the changes made....

### Describe the bug Based on https://github.com/bootstrap-vue-next/bootstrap-vue-next/actions/runs/17677884054/job/50244468655 it is running build steps and others, when it shouldn't be Publishing does not run, thankfully. But the other ones do, when it's...

bug
stale

### Describe the bug BToast doesn't have teleport automatically, even though it would make sense that it would. Similar teleport rules should apply, teleportDisabled, teleportTo, etc. ### Reproduction Use component...

bug
stale

### Describe the bug ```html ``` ```ts const isMounted = ref(false) onMounted(() => { isMounted.value = true }) const responsive = computed(() => !isMounted.value ? undefined : 'md') ``` This...

bug
stale

### Clear and concise description of the problem write the directive documentation ### Suggested solution write the directive documentation ### Alternative _No response_ ### Additional context _No response_

documentation
stale

### Describe the bug ```html ``` ```ts const onOk = async (e: BvTriggerableEvent) => { e.preventDefault() console.log(e.defaultPrevented) try { console.log(await v$.value.$validate()) if (!(await v$.value.$validate())) return console.log('foo') const imgUrl = await...

bug
stale
need reproduction

### Describe the bug `input.value is null` when wrapping bformtextarea in bformgroup ```html ``` ### Reproduction ^ ### Used Package Manager bun

bug
stale

There already exists a framework for some shared resources among the input elements. But now it's getting a bit annoying. Checkbox, radio, input, textarea, they should share some common ancestor...

stale

### Clear and concise description of the problem ValidationState seems useful, some others could be useful as well ### Suggested solution export them ### Alternative _No response_ ### Additional context...

enhancement

### Clear and concise description of the problem Some composables could be useful for external use. I wanted to use `useStateClass`, but am unable as it's not exported. This is...

enhancement