ArisanForm icon indicating copy to clipboard operation
ArisanForm copied to clipboard

Results 2 ArisanForm issues
Sort by recently updated
recently updated
newest added

For some reason, on the android 9, the spinners are rendering like this: ![Screenshot_1593778520](https://user-images.githubusercontent.com/37124939/86468600-1ce23500-bd0e-11ea-8fd8-070b262ca292.png) Is there a way to fix this?

Hello i have a problem when i use two spinner on a form. My model : ``` class AnomalyData { @Form(type = Form.SPINNER, position = 1) private val origine: String?...