Hello,
I found a wonderfull template somewhere and try to recreate the select box in dotnetcore 2.0
The html looks like this : https://gist.github.com/RoelofWobben/13f4f1dd6872819de5dddb7df16e823a
Can I recreate this with taghelpers ?
Second question : How can I take care that the item right under this item is on the next line.
Right now the are next to each other ?
Roelof