Clear selection feature for Data List editors
See original GitHub issueIn order for value fallback to work the value of a field must be cleared. As of version 1.4 this is not possible (at least to my knowledge) for the Buttons and Templated List editors.
My request is that those two would work the same way that Dropdown List and Radio List does. If you provide a Json data source like the following:
[
{
"name": "Inherit",
"alias": ""
},
{
"name": "Foo",
"alias": "Bar"
}
]
Using dropdown list (regardless of the “Allow empty” setting) or the radio list selecting “Inherit” will allow fallback to happen.
But for buttons or the templated list Value(..)
will just return an empty string.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Select features for editing—ArcGIS Pro | Documentation
Ctrl+ Select Select. Remove the selected feature Clear Selected . Remove the selected feature from the current selection. ; Ctrl+Shift+ Select. Select only...
Read more >Clear Selection
Once you select one or many features and you wish to deselect them, just use Clear selection tool, and their selection will be...
Read more >Clear Selection Allowed (DriveWorks Documentation)
The Clear Selection Allowed property controls if the data selected from the list control can be cleared by the user. Property Type: Fixed....
Read more >ArcGIS Desktop Help 9.2 - Selecting features interactively
To select from a selection, hold down Ctrl and click. To remove a feature from the selected set, click the Selection menu, point...
Read more >Add clear option to the select editor when used a a header ...
Hi Oli, Is there already a way to improve a column select header. like this: columns: [ {title:"Title", field:"title", headerFilter:"select" ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
…and v1.4.1 has been released. 👍
Cool. It’ll be part of the v1.4.1 patch release… should be out soon.