Skip to content

Commit

Permalink
Expose type ref for browser datetimelocal (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: D.Crannaford <[email protected]>
  • Loading branch information
DerekCrannaford and D.Crannaford authored Aug 11, 2023
1 parent 02367a9 commit f1ac100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/classes/html/form/inputfield/DatetimeLocal.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

/**
* A helper InputField class for datetime-local, extends the datetime class for
* the time being as browser support for datetime-local is very poor.
* the time being (as)/(in case?) browser support for datetime-local is very poor.
*
* @author Adam Buckley <[email protected]>
*/
class DatetimeLocal extends \Html\Form\InputField\Datetime {

public $type = "datetime-local";

}

0 comments on commit f1ac100

Please sign in to comment.