ReneU

Results 5 comments of ReneU

@sandromartis I was running into the same issue during a migration. Adding this to the Jest configuration fixed the issue: ```json "moduleNameMapper": { "@esri/arcgis-rest-(fetch|form-data)": "/node_modules/@esri/arcgis-rest-$1/browser-ponyfill.js" } ``` You might have...

+1 We need this to allow having no initial value for some components in ArcGIS Velocity. We have some required fields that don't allow for good defaults such as this...

@macandcheese @jcfranco @benelan are there any plans to support this in one of the upcoming releases? We have a lot of UIs in ArcGIS Velocity we would like to migrate...

@jcfranco yes, I think we could go with the 'empty' option for now. Thank you. It seems like it's still getting initialized with the first `calcite-option` child's value if `value`...

We're running into the same issue in ArcGIS Velocity where we have many buttons that could be disabled and we want to display an explanatory text in a tooltip. The...