dvodvo
dvodvo
"So max-width: 100% fixes the calendar width for you but doesn't help with the dropdowns' widths?" That is correct. In fact, those three classes appear to inherit as the tag...
I attempt a JS fiddle. https://jsfiddle.net/dvo4/wc786kq2/13/ However, the font awesome icons did not come out. (see line 439) and the link is not firing, even when I set it back...
`date of birth`would end up being a deal-breaker for stimulus-datepicker. Added issue: navigating years: pulldowns are increasingly excruciating the older one gets - in more ways than one!). I have...
Note askrynnikov's solution also works on Ubuntu 14.04, rbenv, Capistrano, whenever, Rails 4.2.x
Definitely!
Adding a span is possible, but still clutter. i18n does address formatting, but is a hack, and incomplete. The seperator between number and unit is a universal concern for a...
Definitive. I run the controller •without• mentioning format, in order to default processing the rails way ... If there is no view with the turbo_stream format, the 'html' file is...
well the content type is being established as HTML `Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8` and not the default TURBO_STREAM. I've tried many variants, trying unsucessfully to override... Now `` which renders in HTML...
The naming conflict was the root problem, but not the one described above. A class attribute's name was the same of a class goverend by a has_many relationship (initially this...
I have tried to reproduce the problem after a system re-start. The above issue are **not** reproducible. Therefore - as Firefox was involved in both cases - I have to...