-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events #198
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
5 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
…have the item id in the event parameters yet
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-cliff-0c0c93310-198.centralus.azurestaticapps.net |
Pull Request
📖 Description
This PR adds extra event handling and associated code. Blazor components with new event handling are:
<FluentTabs>
<FluentTreeView>
<FluentTreeView>
<FluentCalendar>
<FluentAccordion>
*<FluentDialog>
<FluentTooltip>
<FluentMenu>
<FluentHorizontalScroll>
<FluentHorizontalScroll>
<FluentDataGridCell>
<FluentDataGridRow>
<FluentSearch>
With these events in place, you can now have more bindings:
<FluentAccordion>*
: Bind theActiveId
parameter to theid
of the active accordion item<FluentTabs>
: Bind theActiveId
parameter to theid
of the active tab<FluentTreeView>
: Bind theCurrentSelected
parameter to theid
of currently selected tree item<FluentTreeView>
: Bind theCurrentExpanded
parameter to theid
of the last expanded/collapsed tree item<FluentCalendar>
: Bind theSelectedDates
parameter to theList<DateOnly>
of selected datesOther changes:
Disabled
andText
parameters to<FluentTab>
Heading
parameter to<FluentAccordionItem>
Text
parameter to<FluentTreeItem>
ActiveIndicator
parameter on<FluentTabs>
DisabledSelectable
parameter to<FluentCalendar>
(defaults to true)OutOfMonthSelectable
parameter to<FluentCalendar>
(defaults to true)<FluentNumberFieldOnInput>
component as an example of how to create this behavior🎫 Issues
👩💻 Reviewer Notes
📑 Test Plan
✅ Checklist
General
Component-specific
⏭ Next Steps