|
Rank: Newbie Groups: Member
Joined: 10/7/2012 Posts: 7
|
I am using the EO Web 2012 Controls. I am using a MaskedEditValidator with a MaskedEdit textbox. My problem is after I have entered a valid input the Validator Message ("Required Field" in this case) will not turn off, it just keeps showing. How do I get this to turn off once I have valid input?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I believe in the current implementation the error message is only updated when you submit the page. It does not update it when the textbox leaves focus. We will look into it to see if we can trigger the validator when the MaskedEdit loses focus.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/7/2012 Posts: 7
|
eo_support wrote:Hi,
I believe in the current implementation the error message is only updated when you submit the page. It does not update it when the textbox leaves focus. We will look into it to see if we can trigger the validator when the MaskedEdit loses focus.
Thanks! I appreciate the quick response! That's awesome! I hate to hear that this is the default behavior for this validator. These things work so well. This functionality is not what I'm needing though. I would use it, but the ones over me say different. :-) Hopefully they will change this in the near future. Thank you!!!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You are welcome. A validator will (or should) always be triggered when the page posts back. But they are not always triggered before the post back. We just need to put some additional code to trigger it when MaskedEdit loses focus. I hope we can get you a new build in a day or two with that implemented if nothing goes wrong. Or if there is a particular reason we can't put that in, we will let you know today.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/7/2012 Posts: 7
|
eo_support wrote:Hi,
You are welcome. A validator will (or should) always be triggered when the page posts back. But they are not always triggered before the post back. We just need to put some additional code to trigger it when MaskedEdit loses focus. I hope we can get you a new build in a day or two with that implemented if nothing goes wrong. Or if there is a particular reason we can't put that in, we will let you know today.
Thanks! That would be super awesome!! Again, I appreciate your support!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We have posted a new build that should address this issue. Please see your private message for the download location.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/7/2012 Posts: 7
|
eo_support wrote:Hi,
We have posted a new build that should address this issue. Please see your private message for the download location.
Thanks! This is awesome! Thank you!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
You are very welcome. Hope the new build works for you. Please feel free to let us know if you see any other issues.
Thanks!
|
|