Felix

Results 5 comments of Felix

Is anyone even still maintaining this? Just wondering, because it's a great gem.

You can basically do something like this: ```js let moment = require('moment') import rome from '@bevacqua/rome/dist/rome.js' import '@bevacqua/rome/dist/rome.css' let locale = document.body.dataset.locale moment.locale(locale) rome.use(moment) const datePicker = rome(element, { time:...

Hi @matthiashader, Thanks for the explanation and the Stackblitz example—it clarifies the behavior well! I’m glad to hear you’re looking into the CustomValidator issue and the suppress-initial-validation property. That said,...

The code seems to be working—great job! That said, I still believe this is an issue that should be addressed by iX itself, as other component libraries do (as I...