Not rendering properly of input type date.
It displays as follows:
Code:
<q-input label=“Discharge Date” type=“date” v-model.lazy=“patient.disch_date”></q-input>
Not rendering properly of input type date.
It displays as follows:
Code:
<q-input label=“Discharge Date” type=“date” v-model.lazy=“patient.disch_date”></q-input>
No luck in trying to style the q-select popup content. Can someone show a sample code. I have tried ‘popup-content-class’ and ‘popup-content-style’ but cannot get anything to work.
I fixed it by changing style in app.styl:
.q-field__native {
margin-top: 6px
}
I am using v1.0 beta. Everything works except for the format. QDate shows the calendar. I want to have an input field.
Not rendering properly of input type date.
It displays as follows:
Code:
<q-input label=“Discharge Date” type=“date” v-model.lazy=“patient.disch_date”></q-input>