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:
commit
2fbd2feace
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
textPosition="text-start"
|
textPosition="text-start"
|
||||||
:loaderEnabled="true"
|
:loaderEnabled="true"
|
||||||
v-model="modelValue"
|
v-model="modelValue"
|
||||||
|
isRequired=true
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -44,4 +45,4 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue