luckyframework / website-old

The old website for Lucky (archived)
https://github.com/luckyframework/website-v2
MIT License
11 stars 29 forks source link

Make example for select consistent with other inputs #189

Closed dmzza closed 5 years ago

dmzza commented 5 years ago

As I was copying this example, I realized that the variable for the form is always named f as shown in the other examples, not form. So I made this very tiny fix. My code compiles now with this corrected example.