Florian Zdrada

Results 3 comments of Florian Zdrada

Hello, with your workaround, my histogram does not resize and shifts from the slider. I managed to set the width to 100% by updating the width (and the key) of...

You can set the slider values with the update() function. Set a ref on your component and then call `this.$refs.histogramSlider.update({ from: 10, to: 50 })`

Hello, will it be merged soon? I have two questions: - Can we add a `caseInsensitive` option like in the [previous Lucid version](https://github.com/adonisjs/lucid/blob/dcd0dd842d707bf9ceed71dc70908f903c677756/src/Bindings/Validator.ts#L178)? - What do you think about adding...