Skip to content

Instantly share code, notes, and snippets.

View Ullfis's full-sized avatar

Eyjolfur Vatne Ullfis

  • Vassenden, Norway
View GitHub Profile
@Ullfis
Ullfis / app.html
Last active September 13, 2016 20:51 — forked from Thanood/app.html
Aurelia - Materialize Select auto-width
<template>
<require from="./auto-width"></require>
<div auto-width.bind="inputValue1">
<select md-select value.two-way="inputValue1">
<option value="" disabled selected>select an item</option>
<option value="item 1">item 1</option>
<option value="item longer">item longer</option>
<option value="item even longer">item even longer</option>
</select>
</div>