Get rid of annoying line breaks in multiline input fields


/ Published in: ActionScript 3
Save to your folder(s)

Turn off auto kerning to get rid of that goddamn line break that happens on multiline text inputs!


Copy this code and paste it in your HTML
  1. inputField.autoKern = FALSE

Report this snippet


Comments


You need to login to view comments.