\n\nBut in the case of a rich description - which is visible by default and draws attention away from the relatively small \"expand\" button icon on the top - a user who reads the description might reasonably assume that it's the only content. They may not think, \"Hmm, I read the description, but there must be properties - let me look for some element that will let me show them!\"\n\n## Suggestions:\n\n### Option 1:\n\nHide descriptions for objects when in Collapsed state, show only when Expanded:\n\nhttps://github.com/user-attachments/assets/40ead49f-6023-4cbb-9a7b-8e5a5c96b952\n\n### Option 2:\n\nShow a small hint after the description, like a verbose \"Expand\" text button or a similar UI element (only shown when it's an array/object and has a description):\n\nhttps://github.com/user-attachments/assets/c8a31a05-6b54-400d-84a9-b126b9762b1e\n\n---\n\nLet me know what you think, @enzonotario! Do you like any of the proposed options, or do you have some other idea of how to address this?",[],271,"[Discussion] When an object has a description, it's not obvious that its properties are expandable","2025-07-21T01:18:22Z","https://github.com/enzonotario/vitepress-openapi/issues/271",0.8383569,{"description":3257,"labels":3258,"number":1455,"owner":3175,"repository":3262,"state":3177,"title":3263,"updated_at":3264,"url":3265,"score":3266},"Estoy consumiendo en la API correctamente y sin problemas. Lo unico que me esta pasando, que no logro encontrar hasta ahora como resolverlo, es que no me retorna nada si abro la web desde un iphone. Si la web donde tengo implementada la API la abro desde PC o desde celu android, funciona de maravilla, pero desde celu iphone no me trae la informacion. Dejo el codigo que utilizo (VueJS):\r\n\r\nmethods: {\r\n async getDolarInfo (pathUrl, dolar) {\r\n const url = process.env.DOLAR_URL + pathUrl\r\n try {\r\n const res = await this.$axios.get(url)\r\n res.data.forEach((item) => {\r\n if (this.dolar[item.casa]) {\r\n this.dolar[item.casa].fecha = item.fechaActualizacion\r\n this.dolar[item.casa].compra = item.compra\r\n this.dolar[item.casa].venta = item.venta\r\n }\r\n })\r\n // this.dolar[dolar].fecha = moment(res.data.fechaActualizacion).format('L')\r\n // this.dolar[dolar].compra = res.data.compra\r\n // this.dolar[dolar].venta = res.data.venta\r\n // this.cantDolarGetted++\r\n return res\r\n } catch (err) {\r\n throw err.response\r\n }\r\n }\r\n }\r\n\r\nEn una prueba que hice, puse un alert(err) en mi catch, y me salto Error Network.\r\n\r\nEspero me puedan ayudar. Gracias!\r\n",[3259],{"name":3260,"color":3261},"question","d876e3","esjs-dolar-api","Error en iPhone","2024-02-29T16:55:03Z","https://github.com/enzonotario/esjs-dolar-api/issues/17",0.8433618,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f4gCqvR6qnLzYjQ0uh5k1dssoWicsXShNIJv5lE1McfM":-1},"/enzonotario/vitepress-openapi/115"]