Dan

Results 61 comments of Dan

Could be as easy as an extension to .botton where you could specify row height, pass image to be displayed and cropping / rounded corners and then I could handle...

So I implemented it with a custom cell and a callback!!! I'll package up and submit ![CleanShot 2021-07-08 at 15 56 55@2x](https://user-images.githubusercontent.com/918740/124989911-4a3e7e80-e005-11eb-9abb-03cb2b10c278.png)

@neoneye sounds good! If you want to add it to the example app, do you want me to push a branch? or just send you a snippit

when the form is first loaded.. All of the dirty properties of each item is cleared. Once a form item has been updated the dirty property for the item is...

Hmmm good point.. let me think about that today. When you call validateAndReloadUI does the view not keep the state? I have the object that is used to set the...

Thoughts?

we could .. let me carve out some time that works with our timezones

hey @neoneye sorry I've. been away.. crazy two weeks here. I think I have an idea that I'm going to look in the code. You have a value object for...

Sure.. so if I have 3 form items TextFormItem1 TextFormItem2 TextFormItem3 and I don't change any of the values in those 3; when I call isDirty, the return would be...

So I finally have time to get back to this. I'll update the code I just need to understand what "innerValue" is. Is there a concept in the model that...