Skip to content

Instantly share code, notes, and snippets.

@gordon-matt
gordon-matt / app.html
Created May 29, 2018 04:33 — forked from 3cp/app.html
select init
<template>
<p><strong>OPEN Console window first, to see values when clicking the buttons</strong></p>
<p>What I would like (in some cases, I populate the values myself - generated by ASP.NET Razor HTML helper):</p>
<select value.bind="pageTypeId">
<option value="0bedc229-2280-46fa-b157-bce4f1cddeaa">Standard Page</option>
</select>
<button click.delegate="showValue()">Show Value</button>
<p>This way forces user to select an option:</p>