kartik-v / bootstrap-star-rating

A simple yet powerful JQuery star rating plugin with fractional rating support.

Home Page:http://plugins.krajee.com/star-rating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set the value to 0 through 'update' method, jQuery returns empty string

tonychleung opened this issue · comments

  1. Initialize a star rating
  2. Update its value to 0, $('#input-id').rating('update', 0);
  3. Query the value of the input, $('#input-id').val();

Expected to get "0" but it returns an empty string

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.