Skip to content
Snippets Groups Projects
class.dynamic_forms.php 32.1 KiB
Newer Older
  • Learn to ignore specific revisions
  •         return parent::getValue();
        }
    
    
        function getEnteredValue() {
            // Used to verify typeahead fields
            return parent::getValue();
        }