ok find it out, the quasar-extras were missing
and i have to set color directive to each component
Best posts made by chrschdev
-
RE: [solved] switch from 0.13 to 0.14 => theme is missing
-
RE: using flexbox to layout a form: gutter?
thank you for your fast answer.
in my opinion its a little bit more complex. you reduce optical form width if you only set a padding, you have to give something like a negative margin to parent container to “restore” origin optical form width. further more there is no need for padding in lower breakpoints (mobile) where every form element has its own row. in that case, the only padding is the layout-padding.
-
feature request: breakpoint configuration for modals
Hey,
it would be nice if i have the possibility to decide at which breakpoint the modal (with layout) gets 100% width and height. actually its hard coded for breakpoint sm.
in my application, the breakpoint for “mobile” look and feel is the md instead of sm.
my only solution at this moment is to overwrite this in css.
in compare to the layout side bar, there is the possibility with the configuration parameter “left-breakpoint”, and “right-breakpoint”.
what do you think?
-
RE: using flexbox to layout a form: gutter?
@n-taddei , thats also exactly my case where quasar seems wrong
Latest posts made by chrschdev
-
RE: CLOSED: Datepicker - Multi-Ranges?
okay thank you. i will change my UX Flow to workaround the missing feature. it is only a nice to have feature.
thank you!
-
CLOSED: Datepicker - Multi-Ranges?
Hey,
in my case i need a range datepicker with the possibility to mark dates as disabled, and mark dates with css (or additional content).
is this planned for ne near future? Else i will use some other vendor datepicker which can deliver this features.
-
RE: DataTable using a different data sources
Hey @rstoenescu
do you have any ideas if, and when this feature would be available?
Would be nice if it could work in charm with p.e. mongoose Paginate
before quasar, i worked with vue material, there they have a solution which works perfectly with Rest Api -
RE: [SOLVED] required attribute in forms
hey,
perhaps my question was not clearly askedi already use vuelidate for validation and i did not suggest to use required as a real property on input.
i only want to ask if i have to append the “*” to the text by my own, like label: “first name *” or if there is a way that do this job automatically, like through the required prop on the q-fields or q-input
thx
-
[SOLVED] required attribute in forms
Hey, what about required input fields and their labels? is it my part to append the * indicator at the label of my input field? Setting the required attribute has no effect in quasar 0.14
-
RE: Alert - callback on dismissable x clicked
Hey @s-molinari ,
yes, i saw this part in documentation. but i use the Alerts by programmatically way.
-
Alert - callback on dismissable x clicked
Hi,
i need to know the visibility state of my Alert which i have created programmatically.
i want to show an Alert as a response of form validation, but i never want to show more than one Alert at the same time. so i need to know if the user manually has close the alert.
can anyone help me?
-
RE: using flexbox to layout a form: gutter?
@rstoenescu i still wait for feedback. or is anything ok with this solution? it works fine, but i want your quasar recommended solution ;O