掲示板

Making an autocomplete field mandatory

thumbnail
12年前 に Brian Jamieson によって更新されました。

Making an autocomplete field mandatory

Junior Member 投稿: 51 参加年月日: 10/10/15 最新の投稿
Has anyone been able to attach the css class "aui-field-required" to an autocomplete field ?

This fails to work in 6.0.6.ce

<div id="<portlet:namespace />_town_field">
	<aui:input type="text" name="town_input" id="_town_input" label="Settlement/Town" size="40" value="" inputCssClass="aui-field-required" helpMessage="Type in the Settlement or Town name." />
	<aui:input type="hidden" name="town" id="town" value="" />
</div>


Thanks,

Brian