danielferromeral
danielferromeral
Hi @bartekpacia. I have tried in two different devices (both are virtual) and in two different views. One of the devices was a Virtual iPhone 15 with iOS 17.5, and...
Hi, I cannot provide a sample code, sorry, not a mobile dev. But I guess you could use any input text, like the search bar in the settings for Android....
To give more context: The bug happens in this [line](https://github.com/stoplightio/prism/blob/e12e766a21384a38a7d143d79c441cf287888551/packages/http/src/validator/deserializers/style/simple.ts#L23). ```typescript function deserializeArray(value: string) { return value === '' ? [] : value.split(','); } ``` The issue is that this...
I was able to compile and fix the bug. There were also issues with matrix and label style, I fixed that too. There were also a second bug in matrix...