1
0
Fork 0
mirror of synced 2024-08-30 09:13:15 +12:00
budibase/packages/bbui/src/context.js
Andrew Kingston 2a2466fbda More fixes (#9387)
* Mark filters as nested settings to support persisting bindings post block ejection

* Add support for searching on linked fields in blocks

* Fix multi-select pickers closing on every click

* Target spectrum root element by default when rendering popovers, and allow customisation via context for client library

* Don't send up invalid HBS expressions when filtering on dates in blocks with empty date value

* Move profile above theme in user dropdown
2023-01-19 16:09:40 +00:00

4 lines
78 B
JavaScript

export default {
Modal: "bbui-modal",
PopoverRoot: "bbui-popover-root",
}