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 9c56e15 commit c1c6e56Copy full SHA for c1c6e56
js/widgets/sampler.js
@@ -749,6 +749,7 @@ function SampleWidget() {
749
750
const fromInputBox = document.createElement("input");
751
fromInputBox.type = "text";
752
+ fromInputBox.title = "Enter start time (in minutes)";
753
fromInputBox.placeholder = "0.00";
754
fromInputBox.style.width = "152px";
755
fromInputBox.style.height = "61px";
@@ -764,6 +765,7 @@ function SampleWidget() {
764
765
766
const toInputBox = document.createElement("input");
767
toInputBox.type = "text";
768
+ toInputBox.title = "Enter end time (in minutes)";
769
toInputBox.placeholder = "10.00";
770
toInputBox.style.width = "152px";
771
toInputBox.style.height = "61px";
0 commit comments