Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Bug: Checkbox re-checks itself, inconsistently

$
0
0

@LouisR wrote:

Hi

I am having the same bug as here, which led to this bug. But it's a very old post so I thought I'd create a new one.

I have a very weird issue on iOS with checkboxes... I uncheck them, and then they re-check themselves, inconsistently.
(tested on iOS simulator and iPhone 5s, iOS 8)

    <div id="wavetypes" class="row">
	  <div class="col">
	     <label class="checkbox">
	       <input type="checkbox" ng-model="search.fun" ng-true-value="1" ng-false-value="" ng-click="scrollCollectionTop()"></input>
	     	Small Waves
	     </label>
	  </div>
	  <div class="col">
	     <label class="checkbox">
	       <input type="checkbox" ng-model="search.fun" ng-true-value="0" ng-false-value="" ng-click="scrollCollectionTop()"></input>
	    	Normal Waves
	    </label>
	  </div>
	  <div class="col">
	     <label class="checkbox">
	      	<input type="checkbox" ng-model="search.fun" ng-true-value="2" ng-false-value="" ng-click="scrollCollectionTop()"></input>
	    	Step-Ups
	     </label>
	  </div>
	</div>

My system info:

$ ionic info

Your system information:

Cordova CLI: 5.3.3
Ionic Version: 1.1.0
Ionic CLI Version: 1.7.10
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.2 
ios-sim version: 5.0.3 
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.1 Build version 7B91b

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>