1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
117 stars 43 forks source link

form-control-range / <input type="range"> support? #24

Open hcgaron opened 5 years ago

hcgaron commented 5 years ago

I noticed when creating a range input there is no intellisense for auto-generation. The workaround is to pick b4-form-input-text and make the necessary adjustments. I'll see if I can make a PR.

hcgaron commented 5 years ago

I added a snippet to handle the scenario and submitted a pull request.