I'm getting an 'invalid aria attribute' when I use an accessibility checker.
The tab ids, and corresponding aria attributes have spaces when my title has a space, eg. 'Second tab'. Ideally spaces should be stripped. Alternatively the user could be allowed to send in a prop to use for aria if this would be simpler to implement.
Input code:
`
Lorem ipsum dolor
<v-tab title="Second tab">
<p>Quamquam te quidem video min</p>
</v-tab>
<v-tab title="Third tab">
<p>Quicquid porro animo cernimus, id omne oritur a sensibus; Quis ist</p>
</v-tab>
I'm getting an 'invalid aria attribute' when I use an accessibility checker.
The tab ids, and corresponding aria attributes have spaces when my title has a space, eg. 'Second tab'. Ideally spaces should be stripped. Alternatively the user could be allowed to send in a prop to use for aria if this would be simpler to implement.
Input code: `
Lorem ipsum dolor
`
Example in output code: