File tree 2 files changed +3
-3
lines changed
sites/skeleton.dev/src/routes/(inner)/components/input-chips
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
" @skeletonlabs/skeleton " : minor
3
3
---
4
4
5
- feat: InputChip - Implemented function to add/remove chips manually .
5
+ feat: InputChip - Implemented function to add/remove chips programatically .
Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ function onInvalidHandler(event: any): void {
165
165
</section >
166
166
<!-- Add/Remove Chips Programatically -->
167
167
<section class =" space-y-4" >
168
- <h2 class =" h2" >Add / Remove Chips manually </h2 >
168
+ <h2 class =" h2" >Add / Remove Chips programatically </h2 >
169
169
<p >
170
- To add or remove chips manually , use the exported functions <code class =" code" >addChip</code > and
170
+ To add or remove chips programatically , use the exported functions <code class =" code" >addChip</code > and
171
171
<code class =" code" >removeChip</code > after binding the ChipInput.
172
172
</p >
173
173
<DocsPreview background =" neutral" >
You can’t perform that action at this time.
0 commit comments