Closed thomas15v closed 8 years ago
Fixed in the latest commit , now you can add name as a parameter to the mixin just like you mentioned, so now the syntax will be +input(type,id,placeholder,label, name)
The checkbox and radio mixins still don't allow specifying names.
@hagabaka Fixed in the latest commit https://github.com/rajasegar/JADE-Bootstrap/commit/8480a5c2601092a0968abd7374423cc0f3e78a49 Now you can use
+checkbox(text,name,id)
+checkbox-inline(text,name,id)
+radio(text,name,id)
+radio-inline(text,name,id)
I have this code. Only my posts don't send data because the name tag is missing. And I can't figure out a way to bruteforce that in their :worried:.