Dan

Results 61 comments of Dan

so I think I'm going to add a new property then along the lines of INITIAL value. Then create a new function isDirty() that will do much the same that...

Ok going to work on this over the holidays. I'm going to try and add a propertyof "original value" and then compare that when isDirty is called with the current...

so I tried to add: (removing a form item if segment 0 is selected in a segmentedControl ``` public func removeInnerItem(_ item: FormItem) { if let found = innerItems.firstIndex(where: {$0.elementIdentifier...

Yes sorry so I would like to have each field to be SELECT ALL when focus goes to it so you can just click and enter vs having to press...

Can you capture the textfield delegate to so something like is posted in stackoverflow for phone number formatting? `/// mask example: `+X (XXX) XXX-XXXX` func format(with mask: String, phone: String)...

@neoneye Thanks.. will try and report back

Oh I'm so sorry.. I didn't explain my question. I have a submit button that when pressed I call ``` formBuilder.validateAndUpdateUI() let result = formBuilder.validate() ``` I check the result...

So that latest Xcode13 report: Module compiled with Swift 5.3.1 cannot be imported by the Swift 5.5 Thoughts?

Does anyone have experience doing this with rbenv? Just updated to Mac 14.1.1 and having issues rbenv install 3.1.0 ==> Downloading ruby-3.1.0.tar.gz... -> curl -q -fL -o ruby-3.1.0.tar.gz https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.0.tar.gz BUILD...