Skip to content

Commit

Permalink
fix(kselect): kselect reskin [KHCP-8998] (#1832)
Browse files Browse the repository at this point in the history
* fix(kpagination): replace kselect with kdropdown [KHCP-8998]

* feat(kselect): reskin component - wip [KHCP-8998]

* fix(kselect): minor fix [KHCP-8998]

* fix(kselect): reskin component - wip [KHCP-8998]

* fix(kselect): reskin component [KHCP-8998]

* fix(kselect): minor fix [KHCP-8998]

* test(kselect): fix component tests [KHCP-8998]

* fix(kselect): add back filter function prop [KHCP-8998]

* fix(kselect): misc fixes [KHCP-8998]

* docs(select): update component docs [KHCP-8998]

* test(kselect): fix component test [KHCP-8998]

* docs(kselect): small tweak [KHCP-8998]

* fix(kselect): move clear icon to after slot [KHCP-8998]

* fix(kselect): misc fixes [KHCP-8998]

* docs(select): minor tweaks [KHCP-8998]

* docs(select): add disabled example [KHCP-8998]

* fix(kselect): minor fix [KHCP-8998]

* fix(kselect): address PR feedback [KHCP-8998]

* fix(kselect): allow disable default filter function [KHCP-8998]

* fix(kselect): address PR feedback

Co-authored-by: Adam DeHaven <[email protected]>

* fix(kselect): address PR feedback [KHCP-8998]

* fix(kselect): senitize user input [KHCP-8998]

* fix(kselect): address PR feedback [KHCP-8998]

* fix(kselect): remove console log

* fix(kselect): address PR feedback [KHCP-8998]

* fix(kselect): minor tweak [KHCP-8998]

* docs(kselect): minor tweak [KHCP-8998]

---------

Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
portikM and adamdehaven authored Jan 8, 2024
1 parent 66d5d28 commit eb6472d
Show file tree
Hide file tree
Showing 22 changed files with 1,632 additions and 1,761 deletions.
4 changes: 2 additions & 2 deletions docs/components/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@ We also recommend setting the icon style `color` property to a value of `current
If you want to utilize HTML in the input label's tooltip, use the slot.

<KInput label="My tooltip">
<template #label-tooltip>Brings all the <code>devs</code> to the yard</template>
<template #label-tooltip>Id: <code>8576925e-d7e0-4ecd-8f14-15db1765e69a</code></template>
</KInput>

```html
<KInput label="My tooltip">
<template #label-tooltip>Brings all the <code>devs</code> to the yard</template>
<template #label-tooltip>Id: <code>8576925e-d7e0-4ecd-8f14-15db1765e69a</code></template>
</KInput>
```

Expand Down
Loading

0 comments on commit eb6472d

Please sign in to comment.