module GOVUKDesignSystemFormBuilder module Elements module Inputs class Text < Base def builder_method :text_field end end end end end