PUG-Bootstrap icon indicating copy to clipboard operation
PUG-Bootstrap copied to clipboard

Bootstrap select boxes

Open zarubto4 opened this issue 8 years ago • 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

zarubto4 avatar Jan 18 '17 23:01 zarubto4

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

rajasegar avatar Jan 26 '17 08:01 rajasegar