esbanarango / ember-place-autocomplete

Ember cli addon to provide a component that uses Google Places API to autocomplete place information when people write their address
MIT License
63 stars 62 forks source link

After update ember 3.1.2, inputClass doesn't appear #70

Closed devCaso closed 6 years ago

devCaso commented 6 years ago

I just to update to 3.1.2 and strangely the css class passed through inputClass attribute doesn't appear but instead there a white space. Someone knows if it is an error related with the upgrade?

Thanks!

dmuneras commented 6 years ago

Hey @devCaso,

Let me double check today or tomorrow and reach you back.

Best regards, Daniel.

devCaso commented 6 years ago

@dmuneras thanks you very much because your soon response but it was my fault, I didn't see that I had duplicated the inputClass attribute and the second was inputClass=' ' I'm so sorry :)

By another hand, this mistake didn't overwrite the attribute value in the previous version (3.0), because this was the confusion.

I close this issue, thanks again :)

dmuneras commented 6 years ago

@devCaso thanks for taking the time to double check. I am glad you solved your problem