We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981480a commit 5eca03bCopy full SHA for 5eca03b
demo/index.js
@@ -8,7 +8,7 @@
8
state_id:0,
9
ajax_combobox_options:{
10
debug:false,
11
- ajax_url:'/state-autocomplete.php',
+ ajax_url:'state-autocomplete.php',
12
allow_clear:true,
13
id_type:'number',
14
alt_id_type:'string',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-bootstrap-ajax-combobox",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "AJAX Combobox autocomplete component for Vue.js 2.x and Bootstrap 4.",
5
"main": "vue-bootstrap-ajax-combobox.js",
6
"scripts": {
0 commit comments