How to show multiple value in single row in select option multiple box?

1k Views Asked by At

I am working on a typical UI that contains multiple fields. But i am stuck in one situation.

Here is the design:-

Screenshot 01

It will be a Select Multiple Box but as it is visible that one row have two values. I think their is no HTML tag that could be added inside <option></option>. I also have to use the functionality of selecting or multiple selecting the rows.

Could it be possible in HTML/CSS or jQuery?

Thanks

0

There are 0 best solutions below