Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show tree of items as flat select with groups. Groups can't be selected. #405

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
24284b4
- set `id` of option if it undefined
z3d909 Jun 9, 2020
eb20959
added `dist` to repository
z3d909 Jun 10, 2020
d5e6ac9
fix exception when first option has quotes
z3d909 Jun 10, 2020
27d1fde
build
z3d909 Jun 10, 2020
1ab1700
chang tag label to span
z3d909 Jun 10, 2020
8b00d73
Bugfix: Updated pug-code-gen to ^2.0.3
jes490 Mar 25, 2021
59c7652
Bugfix: Move pug-code-gen to dev dependencies
jes490 Mar 25, 2021
4c505b4
Fixed press enter key when there are no search result (see https://gi…
pavl1 Jul 4, 2022
6cafb2a
Updated dist
pavl1 Jul 4, 2022
fb00785
fixed of error on get value container when no component
z3d909 Nov 7, 2022
c1b4c7c
Merge pull request #1 from Conjoint-ly/bugfix/error-when-no-refs-fix
pavl1 Nov 8, 2022
e6b3fbd
Update Input.vue
shockedbear-conjointly Nov 10, 2023
99d66c9
Built dist v0.4.2
shockedbear-conjointly Nov 10, 2023
bb170d0
Built dist v0.4.2 2
shockedbear-conjointly Nov 10, 2023
0824543
Fix left/right arrow keys when no options passed to tree-select
jes490 Jan 31, 2024
a600e72
0.4.3
jes490 Jan 31, 2024
7ed2f53
Feature: Add options limit feature to the tree-select
jes490 Oct 28, 2024
d1bdcdb
Lint fix
jes490 Oct 28, 2024
80ae7bc
Build library
jes490 Oct 28, 2024
209c000
Build library
jes490 Oct 29, 2024
5327ca8
Feature: Add "showMoreOptions" feature on click
jes490 Oct 29, 2024
e8406e8
Feature: Do not render extra options is "optionsLimit" is set
jes490 Dec 5, 2024
2af0884
Bugfix: Fix reactivity for visibleOptionIdsMap
jes490 Dec 30, 2024
4a33efc
Update Menu.vue
jes490 Dec 30, 2024
a86cbbe
Merge pull request #2 from Conjoint-ly/feature/add-options-limit
shockedbear-conjointly Dec 31, 2024
0eb3233
bugfix: change html selector with "new string" for Select items
bruian Jan 14, 2025
40a8b97
Merge pull request #3 from Conjoint-ly/bugfix/new-string-symbol-in-el…
jes490 Jan 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.idea

*debug.log*
*error.log*
Expand All @@ -8,7 +9,6 @@
node_modules/
yarn.lock

dist
gh-pages

test/unit/coverage
Loading