Set aria-required to true for Bindu test.
This commit is contained in:
parent
a05d77858e
commit
4ae9f1fe26
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
textPosition="text-start"
|
||||
:loaderEnabled="true"
|
||||
v-model="modelValue"
|
||||
isRequired=true
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
@ -44,4 +45,4 @@ export default {
|
|||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue