Dogfalo/materialize

Chips create new rows, don't want that behaviour

bitdom8 opened this issue · 0 comments

Chips creates new rows but just should stay on the same row.

Tried chips own container system, triedd class="tabs" not working

      <div class="col s9">
        <ul
          id="myUL"
          class="mostly-customized-scrollbar"
        >
          <li v-for="item in items" :key="item.id">

              <div class="chip">
    Tag
    <i class="close material-icons">close</i>
  </div>
          </li>
        </ul>
      </div>