silverstripe / silverstripe-elemental

Create pages in Silverstripe CMS using content blocks
http://dna.co.nz
BSD 3-Clause "New" or "Revised" License
110 stars 115 forks source link

Missing GroupedDropdownField React implementation #868

Open seppzzz opened 3 years ago

seppzzz commented 3 years ago

Hello! I am missing a React - implementation for GroupedDropdownField to use it Inline-editable !! Thanks.

emteknetnz commented 3 years ago

Thanks for your suggestion! Just to let you know we're closing this feature request as GitHub issues are not the best place to discuss potential enhancements. You can read more about the guide on contributing issues and you are welcome to raise new feature ideas on the Silverstripe forum instead.

JamesDPC commented 2 years ago

Hi, can this be re-opened and labelled a bug ?

Expected:

  1. Developer adds GroupedDropdownField to an element
  2. GroupedDropdownField renders per the HTML spec with an optgroup

Actual:

  1. Developer adds GroupedDropdownField to an element
  2. GroupedDropdownField does not render at all "because React"

This stackoverflow answer, I think from the OP, sums it up: https://stackoverflow.com/questions/65861480/silverstripe-4-elemental-groupeddropdownfield-inline-editable#comment116511320_65893846

Cheers J