i have this code in a field loc:extra = clip(loc:extra)&' inputmode="none" ' but NT 12 and 14 overwrite with this:
loc:extra = p_web.SetEntryWidth(loc:extra,,Net:Form)
this occurs in netweb.tpw:
#Group(%MakeFormSize)
#case(%FormFieldType)
#of('File Upload')
#orof('String')
#orof('Date')
#orof('Drop')
#orof('Color')
#orof('Month')
#orof('Number')
#orof('Slider')
#orof('Spinner')
#orof('Range')
#orof('Email')
#orof('Telephone')
#orof('Time')
#orof('URL')
#orof('Week')
loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)
#of('Text')
#IF(%FormFieldHTMLEditor='ACE')
#ELSE
loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)
#ENDIF
#EndCase