mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 10:52:42 +00:00
add .value div for consistency and styling
This commit is contained in:
@@ -8,6 +8,7 @@ const Combobox = createClass({
|
||||
displayName : 'Combobox',
|
||||
getDefaultProps : function() {
|
||||
return {
|
||||
className : '',
|
||||
trigger : 'hover',
|
||||
default : '',
|
||||
autoSuggest : {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.dropdown-container {
|
||||
position:relative;
|
||||
flex: 1;
|
||||
input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user