1
I’m using bootstrap in a c#project, and when I click the tab key to change the fields the direction is from right to left, and I wanted it to be the other way around, where do I change? Ex: when it arrives in the buttons save and cancel it goes first in cancel and then in save. As an example in the photo below.
The project is ASP.Net MVC?
– Jéf Bueno
Correct. Asp.net mvc
– Mariane Ribeiro
You are using the helpers to generate these fields, right?
– Jéf Bueno
Thanks @jbueno ! It worked ;)
– Mariane Ribeiro