Skip to content

Move self.matches to BaseInput

Avielle Wolfe requested to merge aw-refactor-input-matches into master

What does this MR do and why?

This MR moves the class method matches to BaseInput from its child classes.

This method will have the same logic for all input types except StringInput. Moving the logic to BaseInput saves us from having to define it in future input types

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports