Version 0.9.5 beta - added missing replacement logic for the form attributes

This commit is contained in:
Stephan Kasdorf
2020-09-07 20:17:31 +02:00
parent 5ea2781321
commit ff466d1c98
3 changed files with 8 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ interface IForm
const FORM_ATTRIBUTE_SELECTED = 'selected';
const FORM_ATTRIBUTE_CONTEXT = 'context';
const FORM_ATTRIBUTE_CHECKED = 'checked';
const FORM_ATTRIBUTE_MAXLENGTH = 'maxlength';
const FORM_ATTRIBUTE_TABINDEX = 'tabindex';
/**
* @desc loads the current Form element to the form