Merge pull request #172 from Safelite/BRM-set-aria-to-true-for-bindu-test

Set aria-required to true for Bindu test.
This commit is contained in:
bmauger 2022-01-27 14:36:58 -05:00 committed by GitHub
commit 2fbd2feace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
textPosition="text-start"
:loaderEnabled="true"
v-model="modelValue"
isRequired=true
/>
</template>
@ -44,4 +45,4 @@ export default {
}
},
};
</script>
</script>