NielsMinnee / NNDropdown

Control which converts Many-to-Many relationship into a multiselect dropdown. Via an input parameter a filter can be added, which is impossible with OOB Functionality of the N:N Control.
https://be-empowered.nl
MIT License
5 stars 8 forks source link

Enable Logging Property #17

Open jjones419 opened 4 months ago

jjones419 commented 4 months ago

Can someone describe to me what the enable logging property does for this control?

jjones419 commented 4 months ago

To add to this I guess my question is if enable logging is set to yes is a comma separated version of what was selected stored in the textbox field so it can be display in views etc or is enable logging just used for the console.log messages to come through?

NielsMinnee commented 4 months ago

Hi, when logging option is set to yes, you are able to monitor the control in the browser console. The control does not store data in a textfield, it associates and disassociates realtime when selecting and deselecting item from the dropdown.