You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will, in turn, call functions to handle different text validation types.
In this first iteration, it should test if text_validation_type is NA.
If TRUE this function should call a function named get_long_text_field_no_validation_values. get_long_text_field_no_validation_values should return samples of lorem ipsum text for each such field. e.g.
If FALSE, (i.e., there is a text validation rule), call get_long_text_field_unimplemented_validation_values.R. That function would return an NA for each such field.
The text was updated successfully, but these errors were encountered:
Add a function for filling text fields. Name the function something like
get_long_text_field_values.R
. We will be calling it to handle text fields atredcapfiller/R/get_one_rectangle_of_values.R
Line 31 in 3ba8ce0
In this first iteration, it should test if
text_validation_type
is NA.If TRUE this function should call a function named
get_long_text_field_no_validation_values
.get_long_text_field_no_validation_values
should return samples of lorem ipsum text for each such field. e.g.If FALSE, (i.e., there is a text validation rule), call
get_long_text_field_unimplemented_validation_values.R
. That function would return an NA for each such field.The text was updated successfully, but these errors were encountered: