We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a problem with the chrome browser. I enter the data in the field https://screenrec.com/share/9pejP2c15R. Go to another page, than move back “browser back button” and get this https://screenrec.com/share/wFPNxJeqXv. I check for value in the input field, but it returns nothing,
$window.bind('pageshow', function(){ setTimeout(function(){ $('.form-control').each(function(){ var $this = $(this); if($this.val().length){ $this.parents('.field').addClass('filled'); } }); }, 1000); });
Although there are characters in the field when back, screenshot above. When you focus on a field, the characters disappear.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a problem with the chrome browser.
I enter the data in the field https://screenrec.com/share/9pejP2c15R. Go to another page, than move back “browser back button” and get this https://screenrec.com/share/wFPNxJeqXv. I check for value in the input field, but it returns nothing,
$window.bind('pageshow', function(){$this = $ (this);
setTimeout(function(){
$('.form-control').each(function(){
var
if($this.val().length){
$this.parents('.field').addClass('filled');
}
});
}, 1000);
});
Although there are characters in the field when back, screenshot above. When you focus on a field, the characters disappear.
The text was updated successfully, but these errors were encountered: