Skip to content

Commit

Permalink
Form: added IS_NOT_IN
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 18, 2016
1 parent 2759959 commit ba93019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Form extends Container implements Nette\Utils\IHtmlString
const EQUAL = ':equal',
IS_IN = self::EQUAL,
NOT_EQUAL = ':notEqual',
IS_NOT_IN = self::NOT_EQUAL,
FILLED = ':filled',
BLANK = ':blank',
REQUIRED = self::FILLED,
Expand Down

0 comments on commit ba93019

Please sign in to comment.