Skip to content

Commit

Permalink
Merge 0d3f111 into d9860ad
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Aug 6, 2018
2 parents d9860ad + 0d3f111 commit 7cb379d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vaadin-time-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
[part~="toggle-button"] {
cursor: pointer;
}

.input {
width: 100%;
min-width: 0;
}
</style>
<vaadin-combo-box-light allow-custom-value item-label-path="value" filtered-items="[[__dropdownItems]]"
disabled="[[disabled]]" readonly="[[readonly]]">
Expand Down
3 changes: 3 additions & 0 deletions test/visual/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

<br>Value
<vaadin-time-picker step='0.5' value="12:12:12.122"></vaadin-time-picker>

<br>Full-width
<vaadin-time-picker style='width: 300px;'></vaadin-time-picker>
</div>

</body>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cb379d

Please sign in to comment.