Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
django-arcgis-address
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dobrovolnictvi
django-arcgis-address
Merge requests
!40
Draft: feat: replace select2 with accessible selectize
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: feat: replace select2 with accessible selectize
feat-accesibility
into
main
Overview
0
Commits
1
Pipelines
13
Changes
6
Closed
Jonáš Herec
requested to merge
feat-accesibility
into
main
1 year ago
Overview
0
Commits
1
Pipelines
13
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
version 8
version 11
921fa179
1 year ago
version 10
dd378538
1 year ago
version 9
d5e2d1c2
1 year ago
version 8
2cd6f176
1 year ago
version 7
3a4b81f0
1 year ago
version 6
10c2051b
1 year ago
version 5
07946205
1 year ago
version 4
7a2355cc
1 year ago
version 3
07b2fdb9
1 year ago
version 2
2b47acd1
1 year ago
version 1
e85def15
1 year ago
main (base)
and
version 9
latest version
6f92e092
1 commit,
1 year ago
version 11
921fa179
1 commit,
1 year ago
version 10
dd378538
1 commit,
1 year ago
version 9
d5e2d1c2
1 commit,
1 year ago
version 8
2cd6f176
1 commit,
1 year ago
version 7
3a4b81f0
1 commit,
1 year ago
version 6
10c2051b
1 commit,
1 year ago
version 5
07946205
1 commit,
1 year ago
version 4
7a2355cc
1 commit,
1 year ago
version 3
07b2fdb9
1 commit,
1 year ago
version 2
2b47acd1
1 commit,
1 year ago
version 1
e85def15
1 commit,
1 year ago
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
address/widgets.py
+
3
−
1
Options
@@ -21,7 +21,9 @@ class AddressWidget(forms.Select):
"""
Media defined as a dynamic property instead of an inner class.
"""
js
=
[
"
address/static/address/js/address.js
"
,
"
static/address/js/jquery-3.7.0.min.js
"
,
"
static/address/js/selectize.min.js
"
,
"
static/address/js/address.js
"
,
]
css
=
{
Loading