Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "use client" to all potentially interactive components to enable …
…support for Server Components (#222) * Testing combobox with Radix UI * combobox testing * Set portal width based on trigger * Radix UI combobox testing * Test ariakit for combobox * Working Comboxbox using Ariakit * Update combobox based on feedback remove "old" radix-ui combobox testing * Tabindex on selectboxes in list * autofocus * FIx focus shift Fixed issue where focus shifted to input field after selecting item with keyboard. Possibly also fixed weird focus border on zoomed out screens? * use outline in place of border fix disabled text colors * Add font size to combobox input to follow design system * Add animation to combobox open/close * Update nvmrc to v20 * Added deprecation warning in console * Add max height and scroll behaviour * Add deprecation warning to mullti autocomplete * Adjustments after testing z-index, defaultOptions, dropdownHeight, prefixIcon, some colors and replace matchSorter with regular array.filter (to see if it improves performance) * Add "use client" to all potentially interactive components to enable support for Server Components * Add note on server components i README * Flag for hidePrefixIcon Adjust input padding to accommodate for no icon * Add "use client" to MdCombobox * Update README.md * Remove combobox stuff * Remove combobox stuff * Remove combobox stuff * Update package-lock --------- Co-authored-by: Ola Helland-Pedersen <[email protected]>
- Loading branch information