bootstrap4-snippets
bootstrap4-snippets copied to clipboard
form-control-range / <input type="range"> support?
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.
I added a snippet to handle the scenario and submitted a pull request.