Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
General documentation
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
General documentation
Merge requests
!77
add version on new attr (class-add/remove)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add version on new attr (class-add/remove)
version-add-remove-button
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ghost User
requested to merge
version-add-remove-button
into
dev
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Add version on multiple-[field]-add/remove-class attributes.
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
f3f4fda3
1 commit,
3 years ago
1 file
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
source/import_documentation/Mixins/widget-mixin.rst
+
5
−
3
Options
@@ -215,7 +215,9 @@ Attributes
- ``multiple-[field]-add-label`` : Text of the “+” button used to add an element
- ``multiple-[field]-remove-label`` : Text of the “x” button used to remove an element
- ``multiple-[field]-add-class`` : Class of the “+” button used to add an element
- ``multiple-[field]-remove-class`` : Class of the “x” button used to remove an element
*Available from version 0.18*
- ``multiple-[field]-add-class`` : Class of the “+” button used to add an element
- ``multiple-[field]-remove-class`` : Class of the “x” button used to remove an element
\ No newline at end of file
Loading