Skip to content

Commit a432a81

Browse files
authored
fix(dropdown): double declaration of name
The name fields property was doubled by #1852 . This PR removes the redundant entry
1 parent ad8bae5 commit a432a81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/definitions/modules/dropdown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4094,7 +4094,6 @@ $.fn.dropdown.settings = {
40944094
name : 'name', // displayed dropdown text
40954095
description : 'description', // displayed dropdown description
40964096
descriptionVertical : 'descriptionVertical', // whether description should be vertical
4097-
name : 'name', // displayed dropdown text
40984097
value : 'value', // actual dropdown value
40994098
text : 'text', // displayed text when selected
41004099
type : 'type', // type of dropdown element

0 commit comments

Comments
 (0)