Post

Replies

Boosts

Views

Activity

Reply to implementing form behaviour in custom inputs
I get this compiler errors on your iOS 15 example. Static method 'buildBlock' requires that 'Row<EmptyView, Toggle<Text>>' conform to 'View' Static method 'buildBlock' requires that 'Row<Label<Text, Image>, SecureField<Text>>' conform to 'View' Static method 'buildBlock' requires that 'Row<Text, TextField<Text>>' conform to 'View' EDIT: Add View protocol to Row. EDIT: The outcome does not look quite right:
Oct ’22