PlayerModu

Results 10 comments of PlayerModu
trafficstars

> The configuration option isn't being passed to the service correctly, as far as I can tell. I'm looking more closely now. Thank you for looking into this @Mr-Technician ....

Adding yet another comment in support of this. This would be **super** useful! We just want to be able to verify that the right method from the TelemetryClient is called...

using this code in the TryMudExtensions shows the bug: ``` @code { private string[] _states = { "Alabama", "Alaska", "American Samoa", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "District of Columbia",...

Having looked at the MudComboBox component, which uses the same InputControl underneath but does some different stuff with the MudInputControl params, that component doesn't suffer from this problem.

Ah okay thank you for confirming, seems to be a deeper issue maybe within those input control components then 🤔

@mckaragoz do you have any further thoughts on this at all? I'm happy to help investigate if you have any theories or places to focus on? This is causing us...

On TryMudExtensions I put a MudSelectedExtended and MudSelect next to each other, both set to Disabled="true", to try compare in the console: ![image](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/assets/65035377/993426f3-6d67-41f0-8f0e-330bcd542037) I haven't been able to uncover anything...

@mckaragoz has there been any progress on this issue at all?

Working try.* snippet which shows the issue. Posting on here for exposure incase anyone else has this issue and isn't on the Discord ☺️ ``` @foreach (var item in _filteredPracticesToOverwrite)...

Updating: Until this can be done automatically, this error can be resolved by passing a custom converter to the `Converter` property on the MudComboxBox ``` Converter _converter = new Converter...