We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34305b2 commit bc76bd9Copy full SHA for bc76bd9
ui/src/components/select/QSelect.js
@@ -844,6 +844,7 @@ export default Vue.extend({
844
h('div', {
845
// there can be only one (when dialog is opened the control in dialog should be target)
846
ref: 'target',
847
+ key: 'd_t',
848
staticClass: 'no-outline',
849
attrs: {
850
id: this.targetUid,
@@ -931,6 +932,7 @@ export default Vue.extend({
931
932
__getInput (h, fromDialog) {
933
const options = {
934
935
+ key: 'i_t',
936
staticClass: 'q-field__input q-placeholder col',
937
style: this.inputStyle,
938
class: this.computedInputClass,
0 commit comments