Closed joingenor closed 5 years ago
@joingenor thank you for the bug report, let me take a look at this, will get back to you asap
Hello @joingenor we will fix this issue in our next minor release, shouldn't take too long to fix this, I was able to replicate your issue
Fixed as part of 0.3.1
sweet.... That was fast response.... 😀
Sendt fra min iPhone
- mar. 2019 kl. 19:50 skrev George Artemiou notifications@github.com:
Fixed as part of 0.3.1
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
No prob. Let me know if you find any other bugs
I am trying to use this component:
<EasyEdit type="textarea" onSave={(e)=>{this.handleBuildingSave(e,'info');}} onValidate={() => true} value={selectedBuilding.info} saveButtonLabel={getLocalizedStrings(userLang).SAVE} cancelButtonLabel={getLocalizedStrings(userLang).CANCEL} saveButtonStyle={'button'} cancelButtonStyle={'button'} attributes={{name: 'buildingInfo', rows:'5', cols:'35', id: 'name-buildingInfo',style:inlineEditStyle}} />