Merge pull request #626 from Wenshiqi222/master

A little comment error  in dropdown.go
pull/584/merge
rivo 3 years ago committed by GitHub
commit f7430b878d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ type DropDown struct {
// currently selected.
currentOption int
// Strings to be placed beefore and after the current option.
// Strings to be placed before and after the current option.
currentOptionPrefix, currentOptionSuffix string
// The text to be displayed when no option has yet been selected.

Loading…
Cancel
Save