Call Blazored TypeAhead component from razor page using razor component taghelper #234
Unanswered
KenIp-INO-HK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Chris,
I wonder whether we can use razor taghelper to call the BlazoredTypeAhead component from a razor page form something like below. I am unable to get the selectedtempate and resulttempate display in the razor page where I used the taghelper to call the
BlazoredTypeAhead component. I would be much appreciate if you could kinder offer some advice on this subject.
Best Regards
Ken Ip
"<component type="typeof(BlazoredTypeAhead)" render-mode="ServerPrerendered"
param-SelectedItem="Html.NameFor(x => x.Code)"
param-ResultItems="Model.Code"/>
Beta Was this translation helpful? Give feedback.
All reactions