form icon indicating copy to clipboard operation
form copied to clipboard

Remove unnecessary methods form "Hidden" field

Open vjik opened this issue 10 months ago • 0 comments

Currenty Hidden field extends InputField and contains many unnecessary methods:

  • inputContainerTag()
  • useContainer()
  • template()
  • beforeInput()

But Hidden field must generate only input tag. It needs to refactor and create base class without these methods, but with features of InputField that relate to the input tag .

vjik avatar Mar 25 '25 19:03 vjik