Support
Get help, submit tickets, and report bugs. We're here to help you succeed with Blazor Power Tools.
Documentation
Most questions are answered in the docs. Check the API reference, setup guides, and FAQ before submitting a ticket.
Browse DocsLearning
New to BPT? Start with the learning path, tutorials, and sample projects to get up to speed fast.
Start LearningLicense Help
Issues with your license key? Check the setup guide first, or contact us for activation help.
License SetupBug Reporting
Found a bug? Help us fix it quickly by providing as much detail as possible.
What to Include in a Bug Report
Environment
- BPT version number
- .NET SDK version
- Blazor rendering mode (Server/WASM/Hybrid)
- Browser and version
- Operating system
Reproduction
- Step-by-step instructions to reproduce
- Expected behavior
- Actual behavior
- Screenshots or screen recordings
- Console error output
Bug Report Template
**Component:** BptDateSelector
**Version:** 1.5.0
**Rendering Mode:** Interactive Server
**Browser:** Chrome 120
**Steps to Reproduce:**
1. Add BptDateSelector to a page
2. Click the calendar icon
3. Select a date in January
**Expected:** Selected date appears in the input field
**Actual:** The input field shows the wrong month
**Console Errors:**
(paste any JavaScript or .NET errors here)
**Minimal Reproduction:**
<BptDateSelector @bind-Value="date" />
@code { private DateTime? date; }Request an Improvement
Have an idea for how we can improve a component? Browse and vote on all requests on the Improvement Requests page.
Submit a Ticket
Have a question, need help with setup, or want to request a feature?
Response Times
| Priority | Initial Response | Resolution Target |
|---|---|---|
| High — Blocking production | Within 4 hours (business hours) | Hotfix within 48 hours |
| Medium — Impacts development | Within 1 business day | Next scheduled release |
| Low — General question | Within 2 business days | As scheduled |