User tests: Successful: Unsuccessful:
Pull Request for Issue # .
placeholder=""
attribute doesn't work on new calendar field due to missing echo.
Call JHtml::_('calendar')
with a 'placeholder' => 'test'
in the $attribs
array, eg:
JHtml::_('calendar', $value, $name, $id, $format = '%Y-%m-%d', $attribs = array('placeholder' => 'test'));
placeholder="test" in the HTML output.
No placeholder attribute shown in HTML.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-29 06:05:13 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/15618
closing this in favor of #15633
Duplicate of #15427 except this pr escaped the placeholder value.