BioPhoton / angular-star-rating

Star Rating Angular Component written in typescript, based on css only techniques.
MIT License
217 stars 85 forks source link

Required - Readonly mode in star rating component #126

Open narayand16 opened 1 year ago

narayand16 commented 1 year ago

Is your feature request related to a problem? Please describe

I don't have the provision to display star ratings in read-only mode. It would be great feature addition to the module

Describe the solution you'd like

Adding a new input property (readonly) to the star rating component.

Describe your use case for implementing this feature

When user submits a form, you want to display the answers of the form in readonly mode. readonly Star ratings would be useful in that scenario.

Additional context

I would like to contribute to this feature request. :)

billyjov commented 1 year ago

Hi @narayand16 Sure let add this to the next version

WAPEETY commented 1 year ago

Hi @narayand16 Sure let add this to the next version

Hi, when this version will be released? plus, I'm sure it will not be compatible with angular 12 (or am I wrong?) (I assumed this since in my app with the version 6 of this lib it says This application depends upon a library published using Angular version 14.0.0, which requires Angular version 14.0.0 or newer to work correctly. Consider upgrading your application to use a more recent version of Angular.)