Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix: Replace DropdownSelector with FormTokenField from Gutenberg #6647

Merged
merged 28 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d5958b0
start migration to FormTokenField
dinhtungdu Jun 25, 2022
cb6d745
fix: FormTokenField style
dinhtungdu Jun 30, 2022
c14c897
remove border radius setting because of incompatibility
dinhtungdu Jun 30, 2022
a623a8c
wip: fix style with filter button
dinhtungdu Jun 30, 2022
e9d0723
fix: styling with filter button
dinhtungdu Jul 1, 2022
c1a6ee8
Merge branch 'trunk' into fix/3762
dinhtungdu Jul 6, 2022
0f09af2
fix: expanded style for empty suggestion list
dinhtungdu Jul 7, 2022
6e0f05b
create a wrapper component for FormTokenField
dinhtungdu Jul 7, 2022
8b09e74
fix: token and suggestion style issues
dinhtungdu Jul 7, 2022
5b60eed
add stories for FormTokenField
dinhtungdu Jul 8, 2022
2a83fac
modify option type to support form token field
dinhtungdu Jul 15, 2022
dbaae97
fix: prevent shifting for below content
dinhtungdu Jul 15, 2022
cfcb724
address code review from @Aljullu
dinhtungdu Jul 19, 2022
9bf450c
fix border width
dinhtungdu Jul 19, 2022
d02c911
use FormTokenField messages
dinhtungdu Jul 19, 2022
9d4b339
style selected token for single selection dropdown
dinhtungdu Jul 20, 2022
ddf879c
fix the focus issue
dinhtungdu Jul 20, 2022
5cfd449
style token for single selection
dinhtungdu Jul 21, 2022
f7fca11
reorder properties
dinhtungdu Jul 21, 2022
395fda8
always show input for single selection
dinhtungdu Jul 21, 2022
954c1e1
Merge branch 'trunk' into fix/3762
dinhtungdu Jul 21, 2022
3f5903d
fix: popover style breaks editor
dinhtungdu Jul 21, 2022
9ee302c
fix: only show input on focus
dinhtungdu Jul 21, 2022
609b60a
fix: matching multiple words attribute
dinhtungdu Jul 25, 2022
49301b9
normalize slug before processing
dinhtungdu Jul 25, 2022
9a85425
Merge branch 'trunk' into fix/3762
dinhtungdu Jul 27, 2022
d9baa88
fix: issue with underscore in slug
dinhtungdu Jul 27, 2022
57d0146
ensure suggestions, token labels, single/multiple sections work with …
dinhtungdu Jul 27, 2022
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
231 changes: 0 additions & 231 deletions assets/js/base/components/dropdown-selector/index.js

This file was deleted.

13 changes: 0 additions & 13 deletions assets/js/base/components/dropdown-selector/input-wrapper.js

This file was deleted.

36 changes: 0 additions & 36 deletions assets/js/base/components/dropdown-selector/input.js

This file was deleted.

59 changes: 0 additions & 59 deletions assets/js/base/components/dropdown-selector/menu.js

This file was deleted.

26 changes: 0 additions & 26 deletions assets/js/base/components/dropdown-selector/selected-chip.js

This file was deleted.

Loading