Venkateshwar

Results 27 comments of Venkateshwar

Is it not automatically filling even after you provide the State and District in the popups? The names are case-sensitive. please check once.

Thanks for the kind words, Dylan. I wish I could do more open source stuff but as I see, I am being quite busy with work these days. I will...

It is possible and definitely it will be awesome. contributors are welcome :)

Hi @ivanferrer , Can you please provide a fiddle?

This could remove the user applied `padding-right` css property. Need to get the computed padding right and append the assuring level value to it.

Hi @DylanBulmer , Thanks for the PR. much appreciated!! Can you please change your PR to not remove variable declaration from everywhere? I don't want to have conflicts with other...

@DylanBulmer you aren't changing any global variables but if the user's project has global variable `e`, that will lead to conflicts. It is better to write the library code specifically...

Hi @DylanBulmer just tested the code, the test1 is failing. FYI, there are two test folders which needed to pass for me to accept this PR. Please check by: -...

I didn't implement Horizontal scroll. This plugin works only for vertical scroll. I will definitely try to implement this.