AS
AS
Hello, Demo: https://6vk5zm231k.codesandbox.io/ My page has a fixed header and offset is equal to its height, which works when clicking around within the page. However if I navigate to the...
Hello, I need to compile hbs files to html at build time which is plugin is doing. However, it doesn't process the images. Anyway to ensure webpack processes the images...
Hello, I am able to generate html pages using partials but I would like the bundle.css and bundle.js added to the pages but can't see any examples of doing that....
**Describe the bug** The FromGroup items are wrapped with a div but there is no option/prop to set the class in this div. I propose a prop called "itemGroupClassName" **To...
**Describe the bug** https://github.com/Capgemini/dcx-react-library/blob/main/src/button/Button.tsx#L120 As you can see above, if ariaLabel prop isn't passed in by the developer, the fallback for aria label is `${type}-button`. In many cases, this becomes...
We are using the FormGroup component to render a list of radio buttons in a "progressively enhanced" app where it can be used with or without Javascript. The onChange prop...
**Is your feature request related to a problem? Please describe.** We are using the MultiUpload component and based on GDS guidelines, we expecting the HTML output to be in a...
### What version of Remix are you using? 1.3.1 ### Steps to Reproduce - Generate remix app - Add the following to root.tsx under ScrollRestoration tag ``` ``` ### Expected...
typo ``` be invoked for each item in he array. ``` to ``` be invoked for each item in **t**he array. ```
This looks like a typo since the code is checking for doctors from year 2001 and not 2000. Or if you actually meant to check for doctors from 2000 then...