@agility/plenum-ui 2.0.0-rc21 → 2.0.0-rc22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.0.0-rc21",
3
+ "version": "2.0.0-rc22",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -128,6 +128,7 @@ const Dropdown: React.FC<IDropdownProps> = ({
128
128
  onClick: () => {
129
129
  setIsOpen(!isOpen)
130
130
  },
131
+ type: "button",
131
132
  ...getReferenceProps()
132
133
  }}
133
134
  >