We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3570314 commit e3380f5Copy full SHA for e3380f5
templates/wordcloud.html
@@ -41,11 +41,11 @@ <h3 class="h2">Here you can genrate interactive images from your text</h3>
41
<div class="outr-box">
42
<div class="form-fields">
43
<label for='sell' class="control-label">Choose background color</label>
44
- <input type="text" list="background_color"/ name = 'background_color' >
45
- <datalist id="background_color">
+ <select class="form-control" id="sel13" name="background_color">
+
46
<option>white</option>
47
<option>black</option>
48
- </datalist>
+ </select>
49
</div>
50
51
@@ -78,4 +78,3 @@ <h3 class="h2">Here you can genrate interactive images from your text</h3>
78
{% endblock %}
79
80
81
-
0 commit comments