Reputation: 3
I have a input field in primefaces. When user press some keys then it will automatic translate into specific language ex Chinese. The concept is, input field will only accept specific language. Is that possible ??
Here is my code,
<p:inputText id="emergencyCause">
</p:inputText>
<p:watermark for="emergencyCause" value="Cause" id="watermark32" />
Upvotes: 0
Views: 409