Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created August 27, 2020 19:46
Show Gist options
  • Save gavilanch/bbb5b2c0e7b2bc1e905c05fbe605c777 to your computer and use it in GitHub Desktop.
Save gavilanch/bbb5b2c0e7b2bc1e905c05fbe605c777 to your computer and use it in GitHub Desktop.
<select class="form-control" @onchange="ChangeMessageFilter">
<option value="---" selected=@(Filter.Message == "---")>---</option>
<option value="Request" selected=@(Filter.Message == "Request")>Request</option>
<option value="Response" selected=@(Filter.Message == "Response")>Response</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment