question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clear selection feature for Data List editors

See original GitHub issue

In 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:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
leekellehercommented, Apr 21, 2021

…and v1.4.1 has been released. 👍

0reactions
leekellehercommented, Apr 21, 2021

Cool. It’ll be part of the v1.4.1 patch release… should be out soon.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found