What is the easiest way to adjust max-width of the "fieldcontain" of in Input Component. Ive tried the following in "Run JavaScript" on a page load.:
Appery('userNameInput').css("max-width","300px");
but it's not working with the "fieldcontain" just where the user can input text. Any ideas?