pug-bootstrap/PUG-Bootstrap

Bootstrap select boxes

zarubto4 opened this issue · 1 comments

Hi,
thank you for your library! Is nice job.

But how is possible create select boxes without native html? Are you supporting this function? Thx

You mean like how we render select inputs in jade, right?

select(name="lstColors")
  option(value="apple") Apples
  option(value="orange") Oranges
  option(value="grape") Grapes