Before submitting...
Context
The sample code for JS implementation for Chips component is missing some options especially allowUserInput option which is required for the JS implementation to work.
Current Behavior
If the code run as is, the issue from #642 will appear.
CodePen
Expected behavior
The chips and input should appear as below:

CodePen
Possible Solutions or Causes
The documentation should be updated to include allowUserInput inside the sample code.
Steps to reproduce
View via CodePen attached above
Your Environment
- Version used: 2.2.2
- Browser Name and version: Safari 18.5
- Operating System and version (desktop or mobile): MacOS 18.5
- Additional information you want to tell us:
Before submitting...
Context
The sample code for JS implementation for Chips component is missing some options especially
allowUserInputoption which is required for the JS implementation to work.Current Behavior
If the code run as is, the issue from #642 will appear.
CodePen
Expected behavior
The chips and input should appear as below:

CodePen
Possible Solutions or Causes
The documentation should be updated to include
allowUserInputinside the sample code.Steps to reproduce
View via CodePen attached above
Your Environment