Created
August 27, 2020 19:46
-
-
Save gavilanch/bbb5b2c0e7b2bc1e905c05fbe605c777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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