We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1b371 commit 822dbd8Copy full SHA for 822dbd8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@formkit/barcode",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"description": "Barcode reader input for FormKit.",
5
"type": "module",
6
"main": "dist/index.cjs",
src/index.ts
@@ -57,8 +57,8 @@ export const barcode: FormKitTypeDefinition = {
57
),
58
dialog(
59
scannerContainer(
60
- video(),
61
$attrs({ onClick: "$handlers.closeCamera" }, icon("close")),
+ video(),
62
overlay(overlayDecorators(), laser())
63
)
64
0 commit comments