Problem with the documentation for the input component in web-components storybook #9749
Closed
1 of 2 tasks
Labels
documentation
Improvements or additions to documentation
inactive
package: carbon web components
question
Further information is requested
Summary
I'd like to request an update to the Input entry in the storybook documentation, because all this time I was using the CDN provided there and not in the CodeSandBox (I don't tend to use the CodeSandBox in part because I can't persist my changes)
https://web-components.carbondesignsystem.com/?path=/docs/components-input--default
Relevant information
The current documentation CDN says:
// SPECIFIC VERSION (available starting v1.6.0)
<script type="module" src="https://1.www.s81c.com/common/carbon/web-components/version/v1.21.0/form.min.js"></script>// LATEST tag
<script type="module" src="https://1.www.s81c.com/common/carbon/web-components/tag/v1/latest/form.min.js"></script>While the real tag to access the input is:
<script type="module" src="https://1.www.s81c.com/common/carbon/web-components/tag/latest/input.min.js"></script>Or also:
<script type=module src=https://1.www.s81c.com/common/carbon/web-components/version/v1.21.0/input.min.js></script>Name and organization
Juan Carlos Corrales, IBM
Code of Conduct
#9749
The text was updated successfully, but these errors were encountered: