cortexrd / Knack-Toolkit-Library

Knack Toolkit Library
MIT License
26 stars 6 forks source link

Refactor KTL.js extractJQuerySelector function to support dynamic viewId and fieldId #280

Closed CSWinnall closed 6 months ago

CSWinnall commented 6 months ago

This pull request refactors the KTL.js extractJQuerySelector function to support dynamic viewId and fieldId parameters. The function now checks if the selector includes '${viewId}' or '${fieldId}' and replaces them with the actual values. This enhancement improves the flexibility and usability of the function.

CSWinnall commented 6 months ago

Thanks didn't realise that.