OiO.lk Blog HTML Customize Select using bootstrap v5.3
HTML

Customize Select using bootstrap v5.3


This is the select I would like to replicate using bootstrap v5.3

not selected

opening selection

I’ve been looking at all the options given by bootstrap.

I don’t see any select that has details within the <options> tag

Is it possible with bootstrap or would I have to create a custom select for this as the following does not work and displays everything inline:

<select>
    <option>
         Option 1 <br />
         Created At: date...
    </option>
</select>



You need to sign in to view this answers

Exit mobile version