From 39cea7e3cb254d7fb07e89cc157f7f215f4d395d Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 2 Mar 2022 13:28:47 -0700 Subject: [PATCH] Add combobox & listbox --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index ab1fede716..517315c5e1 100644 --- a/package.json +++ b/package.json @@ -56,9 +56,11 @@ "@andxor/jquery-ui-touch-punch-fix": "^1.0.2", "@bundled-es-modules/pdfjs-dist": "^2.5.207-rc1", "@lion/button": "^0.14.2", + "@lion/combobox": "^0.8.7", "@lion/core": "^0.20.0", "@lion/form-core": "^0.15.5", "@lion/input": "^0.15.4", + "@lion/listbox": "^0.11.0", "@lion/select": "^0.14.8", "@lion/textarea": "^0.13.4", "jquery-ui-timepicker-addon": "^1.6.3",