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
Regarding Form and Validation #3
Comments
|
Oh I guess you already have moved with https://github.com/joshmoody/validation . |
|
I still haven't decided if I even want to include a form input component in Toadsuck.Core. I typically write html for most of my forms and only need validation. I've been using my own validation library, but I'll definitely take a closer look at the Aura components you mentioned. Thanks for the feedback. |
|
Thank you @joshmoody , was exploring and happened to be here. Thank you for using Aura.Router . From where did you heard about the router ? |
|
I learned about the Aura project from some of the folks I follow on Twitter. To a degree, the decoupled approach in Aura was a reason I started this experiment. It's finally possible to really choose framework components a la carte without being forced to completely adopt a single massive framework. I love that projects like Aura, Symfony, and The League are making these high quality components that can be dropped into any project. Developers now have the freedom to choose which components are the best fit for their apps and development style. |
|
Thank you for sharing your views. |
Hey,
Just happened to be here. I have noticed you were looking for Form and Validation. Doesn't Aura.Filter , Aura.Input and Aura.Html or Aura.View helpers help you to make this possible ?
I have an example over here http://harikt.com/phpform/
Thank you
The text was updated successfully, but these errors were encountered: