custom field renderer issue

It’s defined on rendering the field, but not on change of either kind.

It’s defined for me.  I just put…
console.log(field); 
inside those change handlers and it shows up just fine.

Figured it out… I think. The Price_per_Period__c is a picklist field is on a related record through Item__r. I don’t think this field is accessible until the row I’m on is saved. Other fields are, but not this one. As such, it’s the one field that doesn’t show in the model until after I save the record.

I’ll either have to save the record prior to this or create another model just to do this query for this value.

I think …

Since is a datepicker, have you tried to use ‘changeDate’ instead ‘change’?