I have a textbox for taking Amount i.e $100.
My textboxes already have a $ sign in them:
<g:TextBox ui:field="fee">$</g:TextBox>
What i want is that a user can never delete/edit $ sign inside my textBox and can only enter amount after that $ sign,
Is this possible?
This should work using events
Although a solution based on css should look and perform better:
Put a lavel with the $ symbol over the input box.
and some css styling