support for squared select inputs
This commit is contained in:
parent
1a0c5aeab5
commit
3f4fa3b1fe
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ Ox.SelectInput = function(options, self) {
|
|||
labelWidth: self.options.labelWidth,
|
||||
max: self.options.max,
|
||||
min: self.options.min,
|
||||
style: self.options.style,
|
||||
title: getTitle(),
|
||||
value: self.options.value,
|
||||
width: self.options.width
|
||||
|
@ -47,6 +48,7 @@ Ox.SelectInput = function(options, self) {
|
|||
|
||||
self.$input = Ox.Input({
|
||||
placeholder: self.options.placeholder,
|
||||
style: self.options.style,
|
||||
width: self.options.inputWidth,
|
||||
value: self.options.inputValue
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue