POST
|
Hi, would it be possible to share a repro of what you are seeing? Does it only start with 4.23? Sounds like you narrowed it down to only coded value domains?
... View more
3 weeks ago
|
0
|
1
|
140
|
POST
|
The property is hidden for a reason. You can use it if it works for now, but there is no guarantee that it won't be changed later on. We provided the event to get to the records so that you don't have to do this. I don't know the reasoning for not using this. Perhaps there is a use case that wasn't considered that needs to be, otherwise I would suggest the event as there is no support for undocumented properties, nor a guarantee that they won't change in any upcoming release.
... View more
03-30-2022
09:21 AM
|
0
|
1
|
140
|
POST
|
Hi, this is actually working as expected. If you have null values within your field. By default, it is not supposed to show a label, rather empty like you are seeing now. In 4.22, it automatically added this (this was the actual bug), if you wish to show a label, you will need to set it in the form's field input like this, input: {
type: "combo-box",
showNoValueOption: true,
noValueOptionLabel: "No value"
} I've updated the codepen with this as well, https://codepen.io/hgonzago/pen/RwxZLqB?editors=1000
... View more
03-30-2022
09:18 AM
|
1
|
0
|
63
|
POST
|
Hi, thanks so much for providing this info. I think what you're seeing is similar to a bug we're trying to get fixed in a patch for this release. If possible, could you share any of the data that you have to repro this? Or even the webmap or app that uses it? It would make it easier to make sure we covered all the bases and didn't miss it.
... View more
03-24-2022
12:21 PM
|
0
|
1
|
88
|
POST
|
Hi, thanks for letting us know. We will do our best to get this addressed soon (meaning before the next release). I will keep you abreast of when this happens. Thanks, Heather
... View more
03-24-2022
12:14 PM
|
0
|
0
|
41
|
POST
|
Hi, this appears to be a result of a change we made in 4.21 that unfortunately caused this regression. We've created a bug for this and should hopefully have this addressed for the next release. We'll keep you posted once this happens. Thanks for letting us know. In the meantime, it is still possible to get the correct value to enter via copy/paste. I realize that this is not the easiest and most feasible approach, but hopefully it can at least get the data added as needed for the time-being. Heather
... View more
01-31-2022
11:36 AM
|
0
|
1
|
96
|
POST
|
Hi, we are still investigating this issue. The problem is not specifically with the popupTemplate but rather on the Sketch end. As soon as we get a better idea of the issue causing this and when it will be addressed, we will make certain to pass that information along. Thanks for reaching out, Heather
... View more
01-31-2022
08:55 AM
|
0
|
0
|
168
|
POST
|
Hi, thanks for asking about this. Unfortunately, there is no direct and easy way to set this right now in the FeatureForm (and hence the Editor since this uses the FeatureForm widget). We are actively working on making this easier for all widgets that make use of dates and will hopefully have a better way to handle this in an upcoming release. For now, formatting for dates in the FeatureForm is taken directly by the browser. If you're browser's locale was set to "en-GB", the format would flip to dd/mm/yyyy. I realize that this is not the answer you were looking to get. We do hope to make this easier in the near future.
... View more
01-18-2022
06:49 PM
|
1
|
1
|
160
|
POST
|
Hi @ChristopheSuter I'm taking a look at this and will get back to you shortly. Thanks, Heather
... View more
11-29-2021
09:08 AM
|
1
|
2
|
268
|
POST
|
Hi @LukeCalladine this is a bug that only appears to happen when using ESM. We just recently noticed this in another workflow. Could you try adding this bit of code into your app to see if you still experience this issue? // temp workaround
const origGetLabel = Editor.prototype._getLabel;
Editor.prototype._getLabel = function(feature) {
if (!feature.layer) {
return null;
}
return origGetLabel.call(this, feature);
};
... View more
11-09-2021
01:58 PM
|
0
|
1
|
517
|
Title | Kudos | Posted |
---|---|---|
1 | 03-30-2022 09:18 AM | |
1 | 06-07-2021 10:40 AM | |
1 | 01-18-2022 06:49 PM | |
1 | 11-29-2021 09:08 AM | |
1 | 07-14-2021 01:12 PM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|