infor-design / enterprise-wc

Enterprise-grade web component library for the Infor Design System
Apache License 2.0
27 stars 26 forks source link

IdsTabs: Add support for inline editable tabs #2786

Open AndrewDeiakCZ opened 2 weeks ago

AndrewDeiakCZ commented 2 weeks ago

Is your feature request related to a problem or use case? Please describe.

Hello Tim McConechy, we use the concept of editable tabs in our project. When the user double clicks the tab is switched to edit mode where the user can do an inline edit + we are showing save/cancel buttons.

image

Can we consider this feature to be built in web components lib?

p.s.

Also, I checked the existing functionality of Soho, it supports adding/removing tabs https://latest-enterprise.demo.design.infor.com/components/tabs/test-add-remove-reload.html Adding editing functionality would be a great addition to lib

Describe the solution you'd like Support inline editing for tabs. 1 When double-click/click on the edit icon, the tab is switched to edit mode. 2 To return to viewer mode user needs to press enter/click on Cancel/Save btn (tbd)

tmcconechy commented 5 days ago

https://inforwiki.atlassian.net/browse/IDS-4860