We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d8b73 commit 5860c88Copy full SHA for 5860c88
1 file changed
demos/selectmenu/default.html
@@ -56,7 +56,7 @@
56
});
57
58
//a custom format option callback
59
- var addressFormatting = function(text){
+ var addressFormatting = function(text, opt){
60
var newText = text;
61
//array of find replaces
62
var findreps = [
0 commit comments