Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not forcing bootstrap #63

Open
devmondo opened this issue Feb 13, 2013 · 2 comments
Open

not forcing bootstrap #63

devmondo opened this issue Feb 13, 2013 · 2 comments
Labels
Milestone

Comments

@devmondo
Copy link

hi,
seriously this library rocks, simplicity and features wise, but could we break away from bootstrap DOM structure, because i have noticed that if i don't use these classes "control-group" and "controls" then the validation wont work, and you cant always force certain structure into your code, specially in complex applications.

thanks in advanced.

@ReactiveRaven
Copy link
Owner

I'm not sure how that would work. A lot of assumptions need to be made in order to know where to put the validation messages, which events to hook on to, etc.

Could you expand on what you're looking for?

Apologies for the late response.

@devmondo
Copy link
Author

devmondo commented May 3, 2013

not at all man,
you are right a lot of assumptions, what i think is, in terms of design now a days a java-script library should be agnostic, jquery is great but now there is a rise of other libraries specially AngualrJs which is awesome.

so my suggestion is to let user be free to make his html structure the way he wants like i mentioned above, maybe i dont want "control-group" in my html and i already have different structure for my forms, and as for validation message, maybe add an option parameter to choose an html element to be the message container.

this is all just my humble suggestion hope it helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants