AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.11k stars 127 forks source link

GenAutoID: add possibility to disable it #789

Closed gucio321 closed 1 month ago

gucio321 commented 2 months ago

Related problem

I'm writing an app and genAutoID got a bit annoying (It resets my UI when adding new element)

Your request

I think that default implementation of GenAutoID could be stored somewhere in Context and we can add API to overwrite this (e.g. with an empty func)

Alternative solution

No response

Additional context

No response