Skip to content

Instantly share code, notes, and snippets.

@wdog
Created July 21, 2016 14:56
Show Gist options
  • Save wdog/407a09881af778def3ff384bfd3f4c19 to your computer and use it in GitHub Desktop.
Save wdog/407a09881af778def3ff384bfd3f4c19 to your computer and use it in GitHub Desktop.
HTML5
<?php
/** @var Nayjest\Grids\Filter $filter */
?>
<input
form="form_<?= $grid->getConfig()->getName() ?>"
class="form-control input-sm"
name="<?= $filter->getInputName() ?>"
value="<?= $filter->getValue() ?>"
/>
<?php if($label): ?>
<span><?= $label ?></span>
<?php endif ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment