ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

DataForm [slider] Step Value support in Angular #598

Open noumaans opened 6 years ago

noumaans commented 6 years ago

Please, provide the details below:

Did you verify this is a real problem by searching Stack Overflow?

Yes

Tell us about the problem

DataForm slider editor does not support step value

Which platform(s) does your issue occur on?

iOS

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

slider code:

<TKPropertyEditor tkEntityPropertyEditor type="Slider">
  <TKPropertyEditorParams tKEditorParams minimum="5" maximum="50" step="1"> 
  </TKPropertyEditorParams>
</TKPropertyEditor>

On iOS this yields floating point values in propertyCommitted event.

noumaans commented 6 years ago

@DimitarTachev link to #338 / #519