apanwar22i
apanwar22i
@EisenbergEffect Any workaround solution for this?
@gavinbarron Putting checkbox into wrapper component is working. It is loading the styles now. But this is just a temporary solution. Because we have to manage checkbox attributes through React...
Thanks, @KingOfTac @EisenbergEffect for directing towards Fast documentation, it did help in resolving the issue. Glad that you are keeping this open and adding information to the Fluent site as...
@KingOfTac @EisenbergEffect Just want to give you a heads-up. If we are using components like this: `Label string` then FastUI docs are good. But when we use the components inside...
@KingOfTac @EisenbergEffect So this is happening because of MGT? I checked your code snippet on stackblitz, we are using same version.
@EisenbergEffect Is there any alternate solution/workaround for now?
@EisenbergEffect Can you please review these npm packages that we are using on our React application. Is all fast packages are mandatory to use? ``` "@fluentui/web-components": "^2.5.3", "@microsoft/fast-element": "^1.10.3", "@microsoft/fast-foundation":...
@EisenbergEffect @KingOfTac We just found out a Fluent UI link for React https://developer.microsoft.com/en-us/fluentui#/ The version mentioned there is v9. Name of the npm package is: ``` @fluentui/react @fluentui/react-northstar ``` But...
Thank you @EisenbergEffect for detailed information, appreciate your efforts. Coming back to the subjected issue, We will wait for your response. Please let us know once you get the solution...
Thanks @EisenbergEffect for the solution. The workaround you were suggested it work and we are able to use "disabled" attribute inside the FluentCheckbox component. Thank you so much for your...