jrallison / rollout_ui

RolloutUI: A slick way to rollout features in your web app.
MIT License
137 stars 86 forks source link

Correctly display the selected feature percentage #42

Closed sliminas closed 1 year ago

sliminas commented 5 years ago

related to #35

Since rollout >= 2.1 percentages can be floats: https://github.com/fetlife/rollout/commit/ac5f55bfd5aea59bf7c4c9cea189cacd49b7d290 so we have to cast the float string to integer to mark the correct option as selected.