Skip to content

Commit

Permalink
Release 2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
m.sadofyev committed Aug 2, 2016
1 parent bcbfa74 commit dff19f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions out/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -9990,6 +9990,7 @@ var ComboBoxModel = ListEditorBaseModel.extend({
defaults: _.defaults({
showClear: true,
autocomplete: false,
autocompleteValue: '',
valueTemplate: function(context, args){
return {
render: function(){
Expand Down
1 change: 1 addition & 0 deletions out/platform/platform-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9994,6 +9994,7 @@ var ComboBoxModel = ListEditorBaseModel.extend({
defaults: _.defaults({
showClear: true,
autocomplete: false,
autocompleteValue: '',
valueTemplate: function(context, args){
return {
render: function(){
Expand Down
1 change: 1 addition & 0 deletions out/platform/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -9990,6 +9990,7 @@ var ComboBoxModel = ListEditorBaseModel.extend({
defaults: _.defaults({
showClear: true,
autocomplete: false,
autocompleteValue: '',
valueTemplate: function(context, args){
return {
render: function(){
Expand Down
1 change: 1 addition & 0 deletions out/prodApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -9871,6 +9871,7 @@ var ComboBoxModel = ListEditorBaseModel.extend({
defaults: _.defaults({
showClear: true,
autocomplete: false,
autocompleteValue: '',
valueTemplate: function(context, args){
return {
render: function(){
Expand Down

0 comments on commit dff19f4

Please sign in to comment.