Method: HexaPDF::Type::AcroForm::TextField#update_widgets

Defined in:
lib/hexapdf/type/acro_form/text_field.rb

#update_widgetsObject

Updates the widgets so that they reflect the current field value.



245
246
247
# File 'lib/hexapdf/type/acro_form/text_field.rb', line 245

def update_widgets
  create_appearances(force: true)
end