Skip to content

Commit a4a1fa4

Browse files
committed
N°7734 - Date time picker button show html icon
1 parent 3d325ca commit a4a1fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Renderer/Console/FieldRenderer/ConsoleSimpleFieldRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public function Render()
332332
333333
$(oInput).datetimepicker({
334334
showOn: 'button',
335-
buttonText: "<i class=\"fas fa-calendar-alt\"><\/i>",
335+
buttonText: "",
336336
dateFormat: $sJSDateFormat,
337337
constrainInput: false,
338338
changeMonth: true,

0 commit comments

Comments
 (0)