You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Line 79 of this file
Former/Former/RowFormers/InlinePickerRowFormer.swift
causes not being able to set selectedRow to different index: }.configure{ $0.pickerItems = SOME_COLLECTION_WITH_100_ITEMS $0.selectedRow = 2 //<--- This is always overwritten by line 79 back to 0 }
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Line 79 of this file
Former/Former/RowFormers/InlinePickerRowFormer.swift
causes not being able to set selectedRow to different index:
}.configure{ $0.pickerItems = SOME_COLLECTION_WITH_100_ITEMS $0.selectedRow = 2 //<--- This is always overwritten by line 79 back to 0 }
Thanks
The text was updated successfully, but these errors were encountered: